Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add stale GitHub action, as replacement for old stale GitHub integration #3802

Merged
merged 2 commits into from
Jun 30, 2023

Conversation

kbevers
Copy link
Member

@kbevers kbevers commented Jun 29, 2023

Previously we had the "stale bot" which posted reminders in inactive issues and PR's. The stale bot used now removed functionality of GitHub and it hasn't worked for about a year. This commit introduces the same functionality based on GitHub Actions. The action setup is grabbed from the QGIS project and adapted to the PROJ project.

With the stale action in place, PR's and issues are marked "stale" after 60 days of inactivity. If 7 more days passes without any activity the issue or PR is closed.

Previously we had the "stale bot" which posted reminders in inactive
issues and PR's. The stale bot used now removed functionality of GitHub
and it hasn't worked for about a year. This commit introduces the same
functionality based on GitHub Actions. The action setup is grabbed from
the QGIS project and adapted to the PROJ project.

With the stale action in place, PR's and issues are marked "stale" after
60 days of inactivity. If 7 more days passes without any activity the
issue or PR is closed.
@kbevers kbevers requested review from mwtoews and rouault June 29, 2023 08:05
Copy link
Member

@mwtoews mwtoews left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, looks good, only need to adjust the words to match one of the parameters. Here's a link to actions/stale for reference.

.github/workflows/stale.yml Outdated Show resolved Hide resolved
Co-authored-by: Mike Taves <mwtoews@gmail.com>
@kbevers kbevers merged commit effac63 into OSGeo:master Jun 30, 2023
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants