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

Bugfix: Restore stale workflow functionality #289

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

msulprizio
Copy link
Contributor

@msulprizio msulprizio commented Sep 24, 2024

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.

Note that the Mark stale issues Github action will need to be reenabled once the dev/14.5.0 branch has been merged into main.

Expected changes

This is a zero-difference update with respect to the fullchemistry benchmark. It only impacts github workflows.

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 merged commit a3d0c9a into dev/3.10.0 Sep 27, 2024
1 check passed
@msulprizio msulprizio deleted the bugfix/stale-workflow branch September 27, 2024 18:08
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