We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2b92f3 commit 8051e03Copy full SHA for 8051e03
.github/workflows/cl.yaml
@@ -5,9 +5,6 @@ on:
5
workflow_dispatch:
6
workflow_call:
7
secrets:
8
- # githubToken:
9
- # description: 'The GitHub token for the repository'
10
- # required: true
11
SLACK_BOT_TOKEN:
12
description: 'The Slack bot token'
13
required: true
@@ -75,6 +72,7 @@ jobs:
75
72
UNRELEASED_CHANGELOG: ${{ steps.generate_unreleased_changelog.outputs.changelog }}
76
73
77
74
- name: Send custom JSON data to Slack workflow
+ if: ${{ !contains(github.event.head_commit.message, '[skip cl notify]') }}
78
uses: slackapi/[email protected]
79
with:
80
channel-id: "C06N79SSDD5"
.github/workflows/triggers_cl.yaml
@@ -27,6 +27,5 @@ jobs:
27
permissions:
28
contents: write
29
30
- # githubToken: ${{ secrets.GITHUB_TOKEN }}
31
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
32
0 commit comments