Skip to content

Commit 79e24d9

Browse files
authored
Merge branch 'main' into patch-2
2 parents ce1d767 + 531de41 commit 79e24d9

28 files changed

+155
-48
lines changed

.github/workflows/azure-prod-build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
az webapp deployment slot swap --slot canary --target-slot production -n ghdocs-prod -g docs-prod
144144
145145
- name: Send Slack notification if workflow failed
146-
uses: someimportantcompany/github-actions-slack-message@f8d28715e7b8a4717047d23f48c39827cacad340
146+
uses: someimportantcompany/github-actions-slack-message@1d367080235edfa53df415bd8e0bbab480f29bad
147147
if: ${{ failure() }}
148148
with:
149149
channel: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}

.github/workflows/confirm-internal-staff-work-in-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
7575
- name: Send Slack notification if a GitHub employee who isn't on the docs team opens an issue in public
7676
if: ${{ steps.membership_check.outputs.did_warn && github.repository == 'github/docs' }}
77-
uses: someimportantcompany/github-actions-slack-message@f8d28715e7b8a4717047d23f48c39827cacad340
77+
uses: someimportantcompany/github-actions-slack-message@1d367080235edfa53df415bd8e0bbab480f29bad
7878
with:
7979
channel: ${{ secrets.DOCS_OPEN_SOURCE_SLACK_CHANNEL_ID }}
8080
bot-token: ${{ secrets.SLACK_DOCS_BOT_TOKEN }}

.github/workflows/enterprise-dates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
number: ${{ steps.create-pull-request.outputs.pull-request-number }}
8787

8888
- name: Send Slack notification if workflow fails
89-
uses: someimportantcompany/github-actions-slack-message@f8d28715e7b8a4717047d23f48c39827cacad340
89+
uses: someimportantcompany/github-actions-slack-message@1d367080235edfa53df415bd8e0bbab480f29bad
9090
if: ${{ failure() && env.FREEZE != 'true' }}
9191
with:
9292
channel: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}

.github/workflows/openapi-decorate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
--label github-openapi-bot
103103
104104
- name: Send Slack notification if workflow fails
105-
uses: someimportantcompany/github-actions-slack-message@f8d28715e7b8a4717047d23f48c39827cacad340
105+
uses: someimportantcompany/github-actions-slack-message@1d367080235edfa53df415bd8e0bbab480f29bad
106106
if: ${{ failure() && env.FREEZE != 'true' }}
107107
with:
108108
channel: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}

.github/workflows/repo-sync-stalls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
}
5353
})
5454
- name: Send Slack notification if workflow fails
55-
uses: someimportantcompany/github-actions-slack-message@f8d28715e7b8a4717047d23f48c39827cacad340
55+
uses: someimportantcompany/github-actions-slack-message@1d367080235edfa53df415bd8e0bbab480f29bad
5656
if: ${{ failure() }}
5757
with:
5858
channel: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}

.github/workflows/repo-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ jobs:
256256
gh pr merge $PR_NUMBER --admin --merge
257257
258258
- name: Send Slack notification if workflow fails
259-
uses: someimportantcompany/github-actions-slack-message@f8d28715e7b8a4717047d23f48c39827cacad340
259+
uses: someimportantcompany/github-actions-slack-message@1d367080235edfa53df415bd8e0bbab480f29bad
260260
if: failure()
261261
with:
262262
channel: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}

.github/workflows/sync-search-elasticsearch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
run: .github/actions-scripts/purge-fastly-edge-cache.js
186186

187187
- name: Send Slack notification if workflow fails
188-
uses: someimportantcompany/github-actions-slack-message@f8d28715e7b8a4717047d23f48c39827cacad340
188+
uses: someimportantcompany/github-actions-slack-message@1d367080235edfa53df415bd8e0bbab480f29bad
189189
if: failure()
190190
with:
191191
channel: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}

.github/workflows/translation-health-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
124124
# Emit a notification for the first responder to triage if the workflow failed.
125125
- name: Send Slack notification if workflow failed
126-
uses: someimportantcompany/github-actions-slack-message@f8d28715e7b8a4717047d23f48c39827cacad340
126+
uses: someimportantcompany/github-actions-slack-message@1d367080235edfa53df415bd8e0bbab480f29bad
127127
if: failure()
128128
with:
129129
channel: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}

.github/workflows/update-graphql-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
github-token: ${{ secrets.DOCUBOT_REPO_PAT }}
8282
number: ${{ steps.create-pull-request.outputs.pull-request-number }}
8383
- name: Send Slack notification if workflow fails
84-
uses: someimportantcompany/github-actions-slack-message@f8d28715e7b8a4717047d23f48c39827cacad340
84+
uses: someimportantcompany/github-actions-slack-message@1d367080235edfa53df415bd8e0bbab480f29bad
8585
if: ${{ failure() && env.FREEZE != 'true' }}
8686
with:
8787
channel: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}
Loading

0 commit comments

Comments
 (0)