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 #327

Merged
merged 1 commit into from
Jun 5, 2024

Commits on Jun 4, 2024

  1. Now use comma-separated list for exempt-issue-labels

    .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 committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    a50ff0b View commit details
    Browse the repository at this point in the history