-
-
Notifications
You must be signed in to change notification settings - Fork 782
Slack notification on failed Github Action executions on the master branch #5111
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
Merged
arm4b
merged 27 commits into
StackStorm:feature/github-actions
from
winem:feature/github-actions-slack-notification
Jan 15, 2021
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
a2eceac
Add Slack notifications to the github actions workflow
winem 970c355
Remove tag filter to run actions
winem d7898b3
Trigger Slack notifications only for failures on the master branch
winem 57a3db4
Slack notification is triggered on failures not on success
winem 197f140
Fix expression on the slack notifications for gh actions
winem a23ab67
Fix typo on the master reference for the slack notifications
winem 4c01bb8
Test new slack action
winem e03f8a4
Test slack notification delayed by needs
winem 973f031
Test slack notification with seperated job
winem f5c42bd
Use ${{}} syntax for job status
winem 6423484
Add missing closing
winem 62e65e0
Break lint checks to test notifications on failures
winem ab3fc46
Remove always from slack gha notification
winem 2a98560
Debug ci job status
winem eff5093
Switch to workflow conclusion
winem 42e0453
Always run the workflow conclusion
winem 97accca
Always run the slack job
winem 1edc1f0
Drop whole debug and info messages and no longer needed outputs
winem 6571981
Fix lint checks to pass the tests again
winem 76ca3cd
Add the tags filter again and change the slack settings to match the …
winem 6fc8eab
Revert "Add the tags filter again and change the slack settings to ma…
winem b7cfb45
Revert "Fix lint checks to pass the tests again" to break the lint ch…
winem 74cb78f
Switch back to the inital slack container for a shorter and more prec…
winem b0248cc
Trigger Slack Notification for master builds only
winem 92af07e
Revert "Revert "Fix lint checks to pass the tests again" to break the…
winem 177e378
Add the tags filter again
winem 43fe605
Use the 'development' channel for GH Actions Slack notifications
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
👍