-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
commitizen-github-action[bot]
committed
Apr 14, 2023
1 parent
f885f86
commit 96898dd
Showing
3 changed files
with
14 additions
and
8 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
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 |
---|---|---|
|
@@ -99,7 +99,7 @@ because merges will be indistinguishable from direct pushes. | |
```yaml | ||
- name: Send Slack notification with job status. | ||
if: always() | ||
uses: ScribeMD/[email protected].17 | ||
uses: ScribeMD/[email protected].18 | ||
with: | ||
bot-token: ${{ secrets.SLACK_TEMPLATES_BOT_TOKEN }} | ||
channel-id: ${{ secrets.SLACK_TEMPLATES_CHANNEL_ID }} | ||
|
@@ -142,7 +142,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Send Slack notification with workflow result. | ||
uses: ScribeMD/[email protected].17 | ||
uses: ScribeMD/[email protected].18 | ||
with: | ||
bot-token: ${{ secrets.SLACK_TEMPLATES_BOT_TOKEN }} | ||
channel-id: ${{ secrets.SLACK_TEMPLATES_CHANNEL_ID }} | ||
|
@@ -165,7 +165,7 @@ jobs: | |
shell: bash | ||
- name: Send Slack notification with custom result. | ||
if: always() && steps.network.outputs.OUTAGE == 'true' | ||
uses: ScribeMD/[email protected].17 | ||
uses: ScribeMD/[email protected].18 | ||
with: | ||
bot-token: ${{ secrets.SLACK_TEMPLATES_BOT_TOKEN }} | ||
channel-id: ${{ secrets.SLACK_TEMPLATES_CHANNEL_ID }} | ||
|
@@ -186,7 +186,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Send Slack notification requesting code review. | ||
uses: ScribeMD/[email protected].17 | ||
uses: ScribeMD/[email protected].18 | ||
with: | ||
bot-token: ${{ secrets.SLACK_TEMPLATES_BOT_TOKEN }} | ||
channel-id: ${{ secrets.SLACK_TEMPLATES_CHANNEL_ID }} | ||
|
@@ -206,7 +206,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Send Slack notification assigning pull request. | ||
uses: ScribeMD/[email protected].17 | ||
uses: ScribeMD/[email protected].18 | ||
with: | ||
bot-token: ${{ secrets.SLACK_TEMPLATES_BOT_TOKEN }} | ||
channel-id: ${{ secrets.SLACK_TEMPLATES_CHANNEL_ID }} | ||
|
@@ -218,7 +218,7 @@ jobs: | |
```yaml | ||
- name: Send custom Slack notification. | ||
if: always() | ||
uses: ScribeMD/[email protected].17 | ||
uses: ScribeMD/[email protected].18 | ||
with: | ||
bot-token: ${{ secrets.SLACK_TEMPLATES_BOT_TOKEN }} | ||
channel-id: ${{ secrets.SLACK_TEMPLATES_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 |
---|---|---|
|
@@ -13,7 +13,7 @@ build-backend = "poetry.core.masonry.api" | |
target-version = ["py311"] | ||
|
||
[tool.commitizen] | ||
version = "0.6.17" | ||
version = "0.6.18" | ||
version_files = [ | ||
"pyproject.toml:version", | ||
"README.md:slack-templates@" | ||
|
@@ -37,7 +37,7 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name = "slack-templates" | ||
version = "0.6.17" | ||
version = "0.6.18" | ||
description = "Send Informative, Concise Slack Notifications With Minimal Effort" | ||
authors = ["Kurt von Laven <[email protected]>"] | ||
license = "MIT" | ||
|