Skip to content

Commit d09cea9

Browse files
auto commit
1 parent aea51b5 commit d09cea9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/issue-notification.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ on:
88

99
jobs:
1010
notify-issue:
11-
# if: github.event_name == 'issues'
11+
if: github.event_name == 'issues'
1212
uses: aws/aws-cryptographic-material-providers-library/.github/workflows/slack-notification.yml@main
1313
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 }}"
14+
message: "New github issue `${{ github.event.issue.title }}`. Link: ${{ github.event.issue.html_url }}"
1615
secrets:
1716
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL_GHI }}
1817

0 commit comments

Comments
 (0)