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

Now use comma-separated list for exempt-issue-labels YAML tag in stale.yml #2308

Merged
merged 1 commit into from
Jun 5, 2024

Conversation

yantosca
Copy link
Contributor

@yantosca yantosca commented Jun 4, 2024

Name and Institution (Required)

Name: Bob Yantosca
Institution: Harvard + GCST

Describe the update

This is the companion PR to #2307. We have fixed a formatting issue in .github/workflows/stale.yml that was causing the "Mark stale issues" action not to run.

Related Github Issue

.github/workflows/stale.yml
- The exempt-issue-labels YAML tag should have had a comma-separated list
  of labels not to be marked stale.  We had used a YAML sequence, which
  caused the GitHub "Mark stale issues" to fail.  Now fixed.

CHANGELOG.md
- Updated accordingly

Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
@yantosca yantosca added category: Bug Fix Fixes a previously-reported bug topic: GitHub Related to GitHub labels, templates or actions labels Jun 4, 2024
@yantosca yantosca added this to the no-diff-to-benchmark milestone Jun 4, 2024
@yantosca yantosca requested a review from msulprizio June 4, 2024 21:09
@yantosca yantosca self-assigned this Jun 4, 2024
@yantosca yantosca changed the base branch from main to dev/no-diff-to-benchmark June 4, 2024 21:15
@yantosca yantosca added the no-diff-to-benchmark This update will not change the results of fullchem benchmark simulations label Jun 4, 2024
@yantosca yantosca modified the milestones: no-diff-to-benchmark, 14.4.1 Jun 4, 2024
@yantosca yantosca merged commit ef3bde1 into dev/no-diff-to-benchmark Jun 5, 2024
@yantosca yantosca deleted the bugfix/github-stale branch June 5, 2024 14:06
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 no-diff-to-benchmark This update will not change the results of fullchem benchmark simulations topic: GitHub Related to GitHub labels, templates or actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Stale" GitHub action fails due to error in YAML config file
2 participants