Skip to content

Commit 6c42e7d

Browse files
committed
Update Slack GitHub Action to v3.0.1 and add .claude and .codex to .gitignore
1 parent cb4f7c0 commit 6c42e7d

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240
241241
- name: Send Slack notification
242242
if: env.SLACK_WEBHOOK_URL != ''
243-
uses: slackapi/slack-github-action@v2.1.1
243+
uses: slackapi/slack-github-action@v3.0.1
244244
with:
245245
webhook: ${{ env.SLACK_WEBHOOK_URL }}
246246
webhook-type: incoming-webhook

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ target
1919
# and can be added to the global gitignore or merged into this file. For a more nuclear
2020
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
2121
#.idea/
22+
23+
.claude
24+
.codex

0 commit comments

Comments
 (0)