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

Add a GitHub action to check for release notes labels. #3124

Merged
merged 2 commits into from
Nov 30, 2022

Conversation

chipkent
Copy link
Member

Add a GitHub action to check labels to see if a feature needs release notes.

env:
HAS_ReleaseNotesNeeded: ${{ contains(github.event.pull_request.labels.*.name, 'ReleaseNotesNeeded') }}
HAS_NoReleaseNotesNeeded: ${{ contains(github.event.pull_request.labels.*.name, 'NoReleaseNotesNeeded') }}
run: .github/scripts/check-releasenotes-labels.sh
Copy link
Member

Choose a reason for hiding this comment

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

This is failing.

/home/runner/work/_temp/ca195967-7308-4fb5-bae1-a3c4be77f87f.sh: line 1: .github/scripts/check-releasenotes-labels.sh: Permission denied

It might need an execute bit set.

@devinrsmith devinrsmith self-requested a review November 30, 2022 18:07
@chipkent chipkent merged commit fe4eeaa into deephaven:main Nov 30, 2022
@chipkent chipkent deleted the release_notes branch November 30, 2022 20:07
@github-actions github-actions bot locked and limited conversation to collaborators Nov 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants