-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump scribemd/slack-templates action to v0.6.30
| datasource | package | from | to | | ----------- | ------------------------ | ------ | ------ | | github-tags | ScribeMD/slack-templates | 0.6.28 | 0.6.30 |
- Loading branch information
1 parent
fc90186
commit 353d3ac
Showing
3 changed files
with
3 additions
and
3 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 |
---|---|---|
|
@@ -8,7 +8,7 @@ permissions: | |
jobs: | ||
notify-assignee: | ||
name: Notify Assignee | ||
uses: ScribeMD/slack-templates/.github/workflows/[email protected].28 | ||
uses: ScribeMD/slack-templates/.github/workflows/[email protected].30 | ||
secrets: | ||
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} | ||
SLACK_ASSIGN_CHANNEL_ID: ${{ secrets.SLACK_ASSIGN_CHANNEL_ID }} |
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ permissions: | |
jobs: | ||
notify-reviewers: | ||
name: Notify Reviewers | ||
uses: ScribeMD/slack-templates/.github/workflows/[email protected].28 | ||
uses: ScribeMD/slack-templates/.github/workflows/[email protected].30 | ||
secrets: | ||
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} | ||
SLACK_REVIEW_CHANNEL_ID: ${{ secrets.SLACK_REVIEW_CHANNEL_ID }} |
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 |
---|---|---|
|
@@ -149,7 +149,7 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Send Slack notification with workflow result. | ||
uses: ScribeMD/[email protected].28 | ||
uses: ScribeMD/[email protected].30 | ||
with: | ||
bot-token: ${{ secrets.SLACK_BOT_TOKEN }} | ||
channel-id: ${{ secrets.SLACK_ACTIONS_CHANNEL_ID }} | ||
|