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 aea51b5 commit d09cea9Copy full SHA for d09cea9
.github/workflows/issue-notification.yml
@@ -8,11 +8,10 @@ on:
8
9
jobs:
10
notify-issue:
11
- # if: github.event_name == 'issues'
+ if: github.event_name == 'issues'
12
uses: aws/aws-cryptographic-material-providers-library/.github/workflows/slack-notification.yml@main
13
with:
14
- message: "Ignore this. Rishav is just testing in DB-ESDK by reusing workflow in MPL"
15
- # message: "New github issue `${{ github.event.issue.title }}`. Link: ${{ github.event.issue.html_url }}"
+ message: "New github issue `${{ github.event.issue.title }}`. Link: ${{ github.event.issue.html_url }}"
16
secrets:
17
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL_GHI }}
18
0 commit comments