Skip to content

Commit

Permalink
fix(deps): bump ScribeMD/slack-templates from 0.6.2 to 0.6.3
Browse files Browse the repository at this point in the history
Bumps [ScribeMD/slack-templates](https://github.com/ScribeMD/slack-templates) from 0.6.2 to 0.6.3.
- [Release notes](https://github.com/ScribeMD/slack-templates/releases)
- [Changelog](https://github.com/ScribeMD/slack-templates/blob/main/CHANGELOG.md)
- [Commits](ScribeMD/slack-templates@0.6.2...0.6.3)

---
updated-dependencies:
- dependency-name: ScribeMD/slack-templates
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and Kurt-von-Laven committed Jul 19, 2022
1 parent eafd5c7 commit 1e65646
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
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
notify-assignee:
name: Notify Assignee
uses: ScribeMD/slack-templates/.github/workflows/notify-assignee.yaml@0.6.2
uses: ScribeMD/slack-templates/.github/workflows/notify-assignee.yaml@0.6.3
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
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
notify-reviewers:
name: Notify Reviewers
uses: ScribeMD/slack-templates/.github/workflows/notify-reviewers.yaml@0.6.2
uses: ScribeMD/slack-templates/.github/workflows/notify-reviewers.yaml@0.6.3
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
Expand Up @@ -50,7 +50,7 @@ jobs:
bump: ${{ inputs.bump }}
- name: Send Slack notification with job status.
if: always()
uses: ScribeMD/slack-templates@0.6.2
uses: ScribeMD/slack-templates@0.6.3
with:
bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
channel-id: ${{ secrets.SLACK_ACTIONS_CHANNEL_ID }}
Expand Down

0 comments on commit 1e65646

Please sign in to comment.