ci: add Slack PR notification workflow#31
Conversation
2d8c044 to
21715b6
Compare
21715b6 to
ed3b2ed
Compare
burigolucas
left a comment
There was a problem hiding this comment.
I fully agree with the new workflow, but please see my comments to some specific files that need to be addressed.
- Revert CODE_OF_CONDUCT.md, CONTRIBUTING.md to main (handled in PR redhat-cop#31) - Remove COPYING and SECURITY.md (handled in PR redhat-cop#31) - Add explicit permissions block to gitleaks workflow - Bump gitleaks-action from v2 to v3
|
@stevefulme1 please, remove from the PR all files except the workflow for Slack notification. For the workflow itself, please, replace the content with the workflow from this PR redhat-cop/openshift_virtualization_ops#9 which is working properly. If the notification fails, we need to double check the webhook secret. |
a9721b3 to
fac4a04
Compare
|
PR cleaned up — only the Slack notification workflow remains. Content matches the working workflow from redhat-cop/openshift_virtualization_ops PR #9. Ready for re-review. |
Add GitHub Actions workflow that sends Slack notifications on PR events (opened, closed/merged, reopened, and reviews). Uses the proven workflow from openshift_virtualization_ops. Requires SLACK_WEBHOOK_URL repo secret.
ddecc48 to
fdc40ab
Compare
|
@burigolucas All three review items are resolved:
The Ready for re-review. |
|
check notification on comment |
|
Incorporated into #52 |
Summary
SLACK_WEBHOOK_URLrepo secret to be configuredTest plan
SLACK_WEBHOOK_URLsecret to the repo🤖 Generated with Claude Code