-
-
Notifications
You must be signed in to change notification settings - Fork 637
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
fix: updated docTriagers and triager workflow #2806
fix: updated docTriagers and triager workflow #2806
Conversation
✅ Deploy Preview for asyncapi-website ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for asyncapi-website ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
⚡️ Lighthouse report for the changes in this PR:
Lighthouse ran on https://deploy-preview-2806--asyncapi-website.netlify.app/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/rtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
.github/workflows/notify-triager.yml
Outdated
@@ -6,6 +6,7 @@ on: | |||
|
|||
jobs: | |||
Notify-triagers: | |||
if: ! contains(github.event.pull_request.head.sha, 'Merge branch') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line is for skipping the workflow when the PR is updated. Am I correct?
If that's the case, .sha
would give the unique commit hash, and not the actual message that contains Merge branch
.
ref: https://github.com/orgs/community/discussions/28474#discussioncomment-3334578
.github/workflows/notify-triager.yml
Outdated
echo "Last commit is a merge commit" | ||
echo "skip" >> $GITHUB_OUTPUT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How would this condition enforce the remaining steps to be skipped?
/rtm |
Description
This PR updated the
docTriagers
inside CODEOWNERS file and also updatednotify-triager
workflow.