Skip to content

Commit

Permalink
chore(deps): bump scribemd/slack-templates action to v0.6.17
Browse files Browse the repository at this point in the history
| datasource  | package                  | from   | to     |
| ----------- | ------------------------ | ------ | ------ |
| github-tags | ScribeMD/slack-templates | 0.6.16 | 0.6.17 |
  • Loading branch information
renovate-bot authored and Kurt-von-Laven committed Apr 5, 2023
1 parent 53804e3 commit 018c72f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/notify-assignee.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:
jobs:
notify-assignee:
name: Notify Assignee
uses: ScribeMD/slack-templates/.github/workflows/notify-assignee.yaml@0.6.16
uses: ScribeMD/slack-templates/.github/workflows/notify-assignee.yaml@0.6.17
secrets:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
SLACK_ASSIGN_CHANNEL_ID: ${{ secrets.SLACK_ASSIGN_CHANNEL_ID }}
2 changes: 1 addition & 1 deletion .github/workflows/notify-reviewers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:
jobs:
notify-reviewers:
name: Notify Reviewers
uses: ScribeMD/slack-templates/.github/workflows/notify-reviewers.yaml@0.6.16
uses: ScribeMD/slack-templates/.github/workflows/notify-reviewers.yaml@0.6.17
secrets:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
SLACK_REVIEW_CHANNEL_ID: ${{ secrets.SLACK_REVIEW_CHANNEL_ID }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: ScribeMD/pre-commit-action@0.9.68
- name: Send Slack notification with job status.
if: always()
uses: ScribeMD/slack-templates@0.6.16
uses: ScribeMD/slack-templates@0.6.17
with:
bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
channel-id: ${{ secrets.SLACK_ACTIONS_CHANNEL_ID }}
Expand Down

0 comments on commit 018c72f

Please sign in to comment.