We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb4f7c0 commit 6c42e7dCopy full SHA for 6c42e7d
2 files changed
.github/workflows/release.yml
@@ -240,7 +240,7 @@ jobs:
240
241
- name: Send Slack notification
242
if: env.SLACK_WEBHOOK_URL != ''
243
- uses: slackapi/slack-github-action@v2.1.1
+ uses: slackapi/slack-github-action@v3.0.1
244
with:
245
webhook: ${{ env.SLACK_WEBHOOK_URL }}
246
webhook-type: incoming-webhook
.gitignore
@@ -19,3 +19,6 @@ target
19
# and can be added to the global gitignore or merged into this file. For a more nuclear
20
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
21
#.idea/
22
+
23
+.claude
24
+.codex
0 commit comments