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

Hotfix: Restore stale workflow functionality #342

Merged
merged 1 commit into from
Sep 23, 2024
Merged

Conversation

msulprizio
Copy link
Contributor

Name and Institution (Required)

Name: Melissa Sulprizio
Institution: Harvard

Describe the update

The stale workflows are currently failing with the error:

Invalid workflow file: .github/workflows/stale.yml#L26
The workflow is not valid. .github/workflows/stale.yml (Line: 26, Col: 11): A sequence was not expected

To fix this, the list of exempt-issues-labels in .github/workflows/stale.yml must be a comma separated list. A single quote is placed around the list to allow for use of colons in label names.

Related Github issues

The stale workflows are currently failing with the error:

    Invalid workflow file: .github/workflows/stale.yml#L26
    The workflow is not valid. .github/workflows/stale.yml (Line: 26, Col: 11): A sequence was not expected

To fix this, the list of exempt-issues-labels in .github/workflows/stale.yml
must be a  comma separated list. A single quote is placed around the list to
allow for use of colons in label names.

Signed-off-by: Melissa Sulprizio <[email protected]>
@msulprizio msulprizio added the category: Bug Fix Fixes a bug that was previously reported label Sep 23, 2024
@msulprizio msulprizio self-assigned this Sep 23, 2024
@msulprizio
Copy link
Contributor Author

Screenshot 2024-09-24 at 2 53 00 PM

This screenshot confirms that the Github Action is now working for this repository again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: Bug Fix Fixes a bug that was previously reported
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants