Skip to content

Add stalebot config#1582

Merged
tomkralidis merged 4 commits into
geopython:masterfrom
ricardogsilva:add-stalebot-config
Mar 8, 2024
Merged

Add stalebot config#1582
tomkralidis merged 4 commits into
geopython:masterfrom
ricardogsilva:add-stalebot-config

Conversation

@ricardogsilva
Copy link
Copy Markdown
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
Copy Markdown
Member Author

cc @tomkralidis

Comment thread .github/workflows/manage-stale-issues-prs.yml Outdated
Comment thread .github/workflows/manage-stale-issues-prs.yml Outdated
Comment thread .github/workflows/manage-stale-issues-prs.yml
Comment thread .github/workflows/manage-stale-issues-prs.yml Outdated
Comment thread .github/workflows/manage-stale-issues-prs.yml Outdated
@tomkralidis tomkralidis merged commit 024844d into geopython:master Mar 8, 2024
@tomkralidis tomkralidis mentioned this pull request Mar 8, 2024
@tomkralidis tomkralidis mentioned this pull request Sep 17, 2025
2 tasks
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