Skip to content

Commit

Permalink
Added CODEOWNERS file for changes to GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
JBWilkie committed Aug 21, 2024
1 parent 6b9eff4 commit 1433cd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Notify code owners about changes to GitHub actions
.github/ @JBWilkie
4 changes: 2 additions & 2 deletions .github/workflows/EVENT_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
needs: [release]
if: success()
uses: ./.github/workflows/JOB_slack_message.yml
secrets: inherit
# secrets: inherit # Temporarily removed until release testing is complete
with:
icon: ":rocket:"
at_team: true
Expand All @@ -128,7 +128,7 @@ jobs:
needs: [release]
if: failure()
uses: ./.github/workflows/JOB_slack_message.yml
secrets: inherit
# secrets: inherit # Temporarily removed until release testing is complete
with:
icon: ":warning:"
at_team: true
Expand Down

0 comments on commit 1433cd1

Please sign in to comment.