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

Replace stalebot with "stale" GitHub action #2260

Merged
merged 2 commits into from
Apr 22, 2024

Conversation

yantosca
Copy link
Contributor

@yantosca yantosca commented Apr 22, 2024

Name and Institution (Required)

Name: Bob Yantosca
Institution: Harvard + GCST

Confirm you have reviewed the following documentation

Describe the update

This PR does the following:

  1. Updates the list of labels for issues/PRs that should not be marked as "stale"
  2. Retires "stalebot" and corresponding config files
  3. Uses the GitHub Action "stale" to mark issues as stale, and adds corresponding config file

Expected changes

This is a zero-diff update that only affects when GitHub issues are marked as "stale".

Related Github Issue(s)

.github/stale.yml
- Updated the list of label names for to account for the recent change
  in GitHub label names in the geoschem/geos-chem repository.

CHANGELOG.md
- Updated accordingly

Signed-off-by: Bob Yantosca <[email protected]>
@msulprizio
Copy link
Contributor

I'm wondering if now is a good time to remove the stalebot and update to using Github actions for this as we've done in the IMI (geoschem/integrated_methane_inversion#192).

See also https://github.com/actions/stale

@yantosca
Copy link
Contributor Author

@msulprizio: Yes, we can implement the Github Actions workflow. Stay tuned.

.github/no-response.yml
.github/stale.yml
- Removed

.github/workflows/stale.yml
- Configuration file for GitHub "stale" action, which replaces
  StaleBot.  Use the most recent list of issue/PR labels to never
  be marked stale.

CHANGELOG.md
- Updated accordingly

Signed-off-by: Bob Yantosca <[email protected]>
@yantosca yantosca changed the title Update the stalebot configuration file with recently-renamed labels Replace stalebot with "stale" GitHub action Apr 22, 2024
Copy link
Contributor

@msulprizio msulprizio left a comment

Choose a reason for hiding this comment

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

Looks good to merge

@yantosca yantosca merged commit 685d2e7 into dev/14.4.0 Apr 22, 2024
@yantosca yantosca deleted the feature/update-stalebot branch April 22, 2024 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: Bug Fix Fixes a previously-reported bug topic: GitHub Related to GitHub labels, templates or actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants