Skip to content

Commit c8fd02b

Browse files
authored
Bump ack action to v11 (#5336)
* Bump ack action to v11 * Add token * Need github token * Some better slack formatting * This is it
1 parent 6ffc7a0 commit c8fd02b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/issue-notifications.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Issue Notification Action
17-
uses: joshdholtz/github-action-issue-ack@v10
17+
uses: joshdholtz/github-action-issue-ack@v11
18+
env:
19+
GITHUB_TOKEN: ${{ github.token }}
1820
with:
1921
slack_webhook_url: ${{ secrets.ACK_SLACK_WEBHOOK_URL }}
2022

@@ -35,7 +37,7 @@ jobs:
3537

3638
# Custom message for testing
3739
message_template: |
38-
**{title}**
40+
*{title}*
3941
Reactions: {reactions} | Comments: {comments}
4042
{url}
4143

0 commit comments

Comments
 (0)