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 stalebot config #1582

Merged
merged 4 commits into from
Mar 8, 2024
Merged

Conversation

ricardogsilva
Copy link
Member

@ricardogsilva ricardogsilva commented Mar 7, 2024

Overview

This PR adds a github CI workflow file to manage stale issues and pull requests in accordance with RFC4.

It makes uses of the github stale action and is configured in such a way as to:

  • Run every Sunday, at 03h01
  • Mark issues and PRs that have been inactive for 90 days with the Stale stale label
  • Close issues and PRs that have previously been marked as stale and have had no further activity for 7 days
  • Exempts all issues and PRs that have the blocker label from being marked as stale

Notably, this PR sets the debug-only: true flag, which has the effect of simply performing a dry-run - the intention is that we would remove the debug flag after verifying if the dry-run outputs the expected results

Related issue / discussion

Additional information

Dependency policy (RFC2)

  • I have ensured that this PR meets RFC2 requirements

Updates to public demo

Contributions and licensing

(as per https://github.com/geopython/pygeoapi/blob/master/CONTRIBUTING.md#contributions-and-licensing)

  • I'd like to contribute [feature X|bugfix Y|docs|something else] to pygeoapi. I confirm that my contributions to pygeoapi will be compatible with the pygeoapi license guidelines at the time of contribution
  • I have already previously agreed to the pygeoapi Contributions and Licensing Guidelines

@ricardogsilva
Copy link
Member Author

cc @tomkralidis

.github/workflows/manage-stale-issues-prs.yml Outdated Show resolved Hide resolved
.github/workflows/manage-stale-issues-prs.yml Outdated Show resolved Hide resolved
.github/workflows/manage-stale-issues-prs.yml Show resolved Hide resolved
.github/workflows/manage-stale-issues-prs.yml Outdated Show resolved Hide resolved
.github/workflows/manage-stale-issues-prs.yml Outdated Show resolved Hide resolved
@tomkralidis tomkralidis merged commit 024844d into geopython:master Mar 8, 2024
4 checks passed
@tomkralidis tomkralidis mentioned this pull request Mar 8, 2024
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.

None yet

2 participants