-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
split into a template for different rules
- Loading branch information
1 parent
4746147
commit b70dad6
Showing
3 changed files
with
58 additions
and
11 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
name: (#Bugs) On Call Notify | ||
|
||
on: | ||
schedule: | ||
- cron: "0 09 * * *" | ||
|
||
jobs: | ||
notify: | ||
uses: ./.github/workflows/on-call-temaplate.yml | ||
secrets: inherit | ||
with: | ||
channelId: CEZ6B64UE # bugs | ||
title: 'Plantão' | ||
userMessage: 'estará atuando como apoio técnico essa semana' | ||
footer: '' |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: (#Team-engineers) On Call Notify | ||
|
||
# on: | ||
# schedule: | ||
# - cron: "0 09 * * 1" | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
|
||
|
||
jobs: | ||
notify: | ||
uses: ./.github/workflows/on-call-temaplte.yml | ||
secrets: inherit | ||
with: | ||
channelId: CEW7CLZP1 # team-engineers | ||
title: 'On Call' | ||
userMessage: 'está on-call essa semana' | ||
footer: '<https://kovihq.app.opsgenie.com/settings/schedule/detail/${{matrix.scheduleId}}|Para mais detalhes>' |
This file contains 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