-
Notifications
You must be signed in to change notification settings - Fork 4
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
Support filtering Slack notification #16
Comments
I tried it out today. Seems multiple conclusions is not supported (
|
I think it is space separated, try ref: github-actions-manager/pkg/slack/app.go Lines 203 to 218 in 812b2ce
|
Can we also support filtering by workflow/branch? Because want to ignore action results for CI and only notify for CD results 😀 |
superseded by #21 |
I think this issue has served its purpose. |
/gha subscribe <repo> <conclusions>
conclusion
:cancelled
,failure
,success
,timed_out
, etc, ref: https://docs.github.com/en/rest/checks/runs?apiVersion=2022-11-28#create-a-check-runFor example:
/gha subscribe oursky/github-actions-manager success
/gha subscribe oursky/github-actions-manager failure,timed_out
The text was updated successfully, but these errors were encountered: