Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/contributor-issue-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
return await script({ github, context, core });
- name: Send Slack notification to support-dev channel
if: ${{ steps.script.outputs.support_dev_message }}
uses: slackapi/slack-github-action@v2.1.0
uses: slackapi/slack-github-action@v2.1.1
with:
webhook-type: incoming-webhook
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
Expand All @@ -68,7 +68,7 @@ jobs:
}
- name: Send Slack notification to support-dev-notifications channel about comment
if: ${{ steps.script.outputs.support_dev_notifications_message }}
uses: slackapi/slack-github-action@v2.1.0
uses: slackapi/slack-github-action@v2.1.1
with:
webhook-type: incoming-webhook
webhook: ${{ secrets.SLACK_COMMUNITY_NOTIFICATIONS_WEBHOOK_URL }}
Expand All @@ -78,7 +78,7 @@ jobs:
}
- name: Send Slack notification to support-dev-notifications channel about bot action
if: ${{ steps.script.outputs.support_dev_notifications_bot }}
uses: slackapi/slack-github-action@v2.1.0
uses: slackapi/slack-github-action@v2.1.1
with:
webhook-type: incoming-webhook
webhook: ${{ secrets.SLACK_COMMUNITY_NOTIFICATIONS_WEBHOOK_URL }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/contributor-pr-reply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
return await script({ github, context, core });
- name: Send Slack notification
if: ${{ steps.script.outputs.slack_notification != ''}}
uses: slackapi/slack-github-action@v2.1.0
uses: slackapi/slack-github-action@v2.1.1
with:
webhook-type: incoming-webhook
webhook: ${{ secrets.SLACK_COMMUNITY_NOTIFICATIONS_WEBHOOK_URL }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/holiday-message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
return await script({ github, context, core });
- name: Send Slack notification
if: ${{ steps.script.outputs.slack_notification }}
uses: slackapi/slack-github-action@v2.1.0
uses: slackapi/slack-github-action@v2.1.1
with:
webhook-type: incoming-webhook
webhook: ${{ secrets.SLACK_COMMUNITY_NOTIFICATIONS_WEBHOOK_URL }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-statistics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
return await script({github, context, core});
- name: Send Slack notification
if: ${{ steps.stats.outputs.slack_message }}
uses: slackapi/slack-github-action@v2.0.0
uses: slackapi/slack-github-action@v2.1.1
with:
webhook-type: incoming-webhook
webhook: ${{ secrets.SLACK_PR_STATS_WEBHOOK_URL }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unassign-inactive-issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
return await script({github, context, core});
- name: Send Slack notifications
if: ${{ steps.unassign.outputs.unassignments != '' }}
uses: slackapi/slack-github-action@v2.0.0
uses: slackapi/slack-github-action@v2.1.1
with:
webhook-type: incoming-webhook
webhook: ${{ secrets.SLACK_COMMUNITY_NOTIFICATIONS_WEBHOOK_URL }}
Expand Down