Skip to content

Commit 856a33f

Browse files
authored
Merge branch 'github:main' into main
2 parents 8f25b41 + 21d40f0 commit 856a33f

File tree

1,310 files changed

+55310
-56264
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,310 files changed

+55310
-56264
lines changed

.dockerignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
contributing/
66
docs/
77
node_modules/
8-
script/
98
tests/
109
# Folder is cloned during the preview + prod workflows, the assets are merged into other locations for use before the build
1110
docs-early-access/

.eslintrc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = {
2020
"tmp/*",
2121
"!/.*",
2222
"/.next/",
23-
"script/bookmarklets/*",
23+
"src/bookmarklets/*",
2424
"src/open-source/scripts/add-pr-links.js",
2525
"src/open-source/scripts/pr-link-source.js",
2626
"rest-api-description/",

.github/CODEOWNERS

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,18 @@ src/ghes-releases/lib/enterprise-dates.json @github/docs-content-enterprise
1212

1313
# Requires review of #actions-oidc-integration, docs-engineering/issues/1506
1414
content/actions/deployment/security-hardening-your-deployments/** @github/oidc
15+
16+
# RAI - CELA
17+
data/reusables/copilot/about-copilot-chat.md @github/legal-product
18+
content/copilot/github-copilot-in-the-cli/about-github-copilot-in-the-cli.md @github/legal-product
19+
20+
content/code-security/secret-scanning/about-the-regular-expression-generator-for-custom-patterns @github/legal-product
21+
data/reusables/secret-scanning/beta-custom-pattern-regular-expression-generator.md @github/legal-product
22+
23+
content/code-security/secret-scanning/about-the-detection-of-generic-secrets-with-secret-scanning.md @github/legal-product
24+
data/reusables/secret-scanning/generic-secret-detection-ai.md @github/legal-product
25+
26+
content/code-security/code-scanning/managing-code-scanning-alerts/about-autofix-for-codeql-code-scanning.md @github/legal-product
27+
data/reusables/rai/ @github/legal-product
28+
29+
content/copilot/github-copilot-enterprise/copilot-pull-request-summaries/about-copilot-pull-request-summaries.md @github/legal-product

.github/actions/node-npm-setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
key: ${{ runner.os }}-node_modules-${{ hashFiles('package*.json') }}-${{ hashFiles('.github/actions/node-npm-setup/action.yml') }}
1818

1919
- name: Setup Node.js
20-
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
20+
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
2121
with:
2222
node-version-file: 'package.json'
2323
cache: npm

.github/actions/setup-elasticsearch/action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ runs:
1515
# is one that will run tests against an Elasticsearch on localhost.
1616
uses: getong/elasticsearch-action@95b501ab0c83dee0aac7c39b7cea3723bef14954
1717
with:
18-
# Make sure this matches production and `sync-search-pr.yml`
19-
elasticsearch version: '7.11.1'
18+
# Make sure this matches production
19+
# It might also need to match what's available on Docker hub
20+
elasticsearch version: '8.8.2'
2021
host port: 9200
2122
container port: 9200
2223
host node port: 9300

.github/actions/slack-alert/action.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@ runs:
1414
steps:
1515
- name: Send Slack notification if workflow fails
1616
uses: someimportantcompany/github-actions-slack-message@1d367080235edfa53df415bd8e0bbab480f29bad
17-
if: >-
18-
${{
19-
failure() &&
20-
github.repository == 'github/docs-internal' &&
21-
github.event_name != 'pull_request' &&
22-
github.event_name != 'pull_request_target'
23-
}}
2417
with:
2518
channel: ${{ inputs.slack_channel_id }}
2619
bot-token: ${{ inputs.slack_token }}

.github/actions/warmup-remotejson-cache/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ runs:
3333
- name: Run script
3434
if: ${{ inputs.restore-only == '' }}
3535
shell: bash
36-
run: node script/warmup-remotejson.js
36+
run: node src/archives/scripts/warmup-remotejson.js
3737

3838
- name: Cache .remotejson-cache (save)
3939
if: ${{ inputs.restore-only == '' }}

.github/workflows/add-review-template.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,3 @@ jobs:
3737
GITHUB_TOKEN: ${{ secrets.DOCS_BOT_PAT_WORKFLOW_READORG }}
3838
PR: ${{ github.event.pull_request.html_url }}
3939
TEMPLATE: ${{ env.TEMPLATE }}
40-
41-
- uses: ./.github/actions/slack-alert
42-
with:
43-
slack_channel_id: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}
44-
slack_token: ${{ secrets.SLACK_DOCS_BOT_TOKEN }}

.github/workflows/auto-close-dependencies.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,3 @@ jobs:
6666
console.error(`Failed to lock the pull request. Error: ${error}`)
6767
throw error
6868
}
69-
- name: Check out repo
70-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
71-
- uses: ./.github/actions/slack-alert
72-
with:
73-
slack_channel_id: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}
74-
slack_token: ${{ secrets.SLACK_DOCS_BOT_TOKEN }}

.github/workflows/azure-preview-env-deploy.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,6 @@ jobs:
193193
rsync -rptovR ./user-code/assets/./**/*.png ./assets
194194
rsync -rptovR ./user-code/data/./**/*.{yml,md} ./data
195195
rsync -rptovR ./user-code/components/./**/*.{scss,ts,tsx} ./components
196-
rsync -rptovR --ignore-missing-args ./user-code/lib/./**/*.{js,ts} ./lib
197-
rsync -rptovR --ignore-missing-args ./user-code/middleware/./**/*.{js,ts} ./middleware
198196
rsync -rptovR ./user-code/src/./**/*.tsx ./src
199197
200198
- uses: ./.github/actions/warmup-remotejson-cache
@@ -254,8 +252,3 @@ jobs:
254252
# The `--fail --retry N` combination means that a 4xx response
255253
# code will exit immediately but a 5xx will exhaust the retries.
256254
run: curl --fail --retry-connrefused --retry 5 -I ${{ env.APP_URL }}
257-
258-
- uses: ./.github/actions/slack-alert
259-
with:
260-
slack_channel_id: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}
261-
slack_token: ${{ secrets.SLACK_DOCS_BOT_TOKEN }}

.github/workflows/azure-preview-env-destroy.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,3 @@ jobs:
7070
# The token provided by the workflow does not have the permissions to delete created environments
7171
token: ${{ secrets.DOCS_BOT_PAT_READPUBLICKEY }}
7272
environment: preview-env-${{ env.PR_NUMBER }}
73-
74-
- uses: ./.github/actions/slack-alert
75-
with:
76-
slack_channel_id: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}
77-
slack_token: ${{ secrets.SLACK_DOCS_BOT_TOKEN }}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
persist-credentials: 'false'
5757

5858
- name: Setup Node.js
59-
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
59+
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
6060
with:
6161
node-version-file: 'package.json'
6262
cache: npm
@@ -147,6 +147,7 @@ jobs:
147147
az webapp deployment slot swap --slot canary --target-slot production -n ghdocs-prod -g docs-prod
148148
149149
- uses: ./.github/actions/slack-alert
150+
if: ${{ failure() && github.event_name != 'workflow_dispatch' }}
150151
with:
151152
slack_channel_id: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}
152153
slack_token: ${{ secrets.SLACK_DOCS_BOT_TOKEN }}

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
echo "DOCKER_IMAGE=${{ secrets.NONPROD_REGISTRY_SERVER }}/${{ env.IMAGE_REPO }}:${{ env.COMMIT_REF }}-${{ github.run_number }}-${{ github.run_attempt }}" >> $GITHUB_ENV
7575
7676
- name: Setup Node.js
77-
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
77+
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
7878
with:
7979
node-version-file: 'package.json'
8080
cache: npm
@@ -157,8 +157,3 @@ jobs:
157157
- name: 'Swap deployment slot to production'
158158
run: |
159159
az webapp deployment slot swap --slot ${{ env.SLOT_NAME }} --target-slot production -n ${{ env.APP_SERVICE_NAME }} -g ${{ env.RESOURCE_GROUP_NAME }}
160-
161-
- uses: ./.github/actions/slack-alert
162-
with:
163-
slack_channel_id: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}
164-
slack_token: ${{ secrets.SLACK_DOCS_BOT_TOKEN }}

.github/workflows/check-broken-links-github-github.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
6767
- name: Run broken github/github link check
6868
run: |
69-
script/check-github-github-links.js broken_github_github_links.md
69+
src/links/scripts/check-github-github-links.js broken_github_github_links.md
7070
7171
- name: Get title for issue
7272
# If the file 'broken_github_github_links.md' got created,
@@ -88,6 +88,7 @@ jobs:
8888
labels: ${{ env.REPORT_LABEL }}
8989

9090
- uses: ./.github/actions/slack-alert
91+
if: ${{ failure() && github.event_name != 'workflow_dispatch' }}
9192
with:
9293
slack_channel_id: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}
9394
slack_token: ${{ secrets.SLACK_DOCS_BOT_TOKEN }}

.github/workflows/check-for-spammy-issues.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,3 @@ jobs:
8080
} catch (error) {
8181
console.log(error);
8282
}
83-
84-
- name: Check out repo
85-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
86-
- uses: ./.github/actions/slack-alert
87-
with:
88-
slack_channel_id: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}
89-
slack_token: ${{ secrets.SLACK_DOCS_BOT_TOKEN }}

.github/workflows/close-bad-repo-sync-prs.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,3 @@ jobs:
6060
issue_number: prNumber,
6161
body: "Please leave this `repo-sync` branch to the robots!\n\nI'm going to close this pull request now, but feel free to open a new issue or ask any questions in [discussions](https://github.com/github/docs/discussions)!"
6262
})
63-
64-
- name: Check out repo
65-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
66-
- uses: ./.github/actions/slack-alert
67-
with:
68-
slack_channel_id: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}
69-
slack_token: ${{ secrets.SLACK_DOCS_BOT_TOKEN }}

.github/workflows/close-on-invalid-label.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,11 @@ jobs:
3434
run: gh pr close ${{ github.event.pull_request.html_url }}
3535

3636
- name: Check out repo
37+
if: ${{ failure() && github.event_name != 'pull_request_target' }}
3738
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
39+
3840
- uses: ./.github/actions/slack-alert
41+
if: ${{ failure() && github.event_name != 'pull_request_target' }}
3942
with:
4043
slack_channel_id: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}
4144
slack_token: ${{ secrets.SLACK_DOCS_BOT_TOKEN }}

.github/workflows/codeowners-content-strategy.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,12 @@ jobs:
2222
env:
2323
GH_TOKEN: ${{ secrets.DOCS_BOT_PAT_WRITEORG_PROJECT }}
2424
PR: ${{ github.event.pull_request.html_url }}
25-
run: gh pr edit $PR --add-reviewer github/docs-content-strategy
26-
27-
- uses: ./.github/actions/slack-alert
28-
with:
29-
slack_channel_id: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}
30-
slack_token: ${{ secrets.SLACK_DOCS_BOT_TOKEN }}
25+
run: |
26+
has_reviewer=$(
27+
gh pr view $PR --json reviews |
28+
jq 'any(.reviews[]; select(length > 0))'
29+
)
30+
if ! $has_reviewer
31+
then
32+
gh pr edit $PR --add-reviewer github/docs-content-strategy
33+
fi

.github/workflows/codeowners-docs-engineering.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,3 @@ jobs:
7979
body+=$append
8080
gh pr edit $PR --body "$body"
8181
fi
82-
83-
- uses: ./.github/actions/slack-alert
84-
with:
85-
slack_channel_id: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}
86-
slack_token: ${{ secrets.SLACK_DOCS_BOT_TOKEN }}

.github/workflows/codeql.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ name: CodeQL analysis
55
# **Who does it impact**: Docs engineering.
66

77
on:
8-
push:
9-
branches:
10-
- main
118
pull_request:
129
branches:
1310
- main
@@ -36,8 +33,3 @@ jobs:
3633
languages: javascript # comma separated list of values from {go, python, javascript, java, cpp, csharp, ruby}
3734
- uses: github/codeql-action/analyze@32dc499307d133bb5085bae78498c0ac2cf762d5
3835
continue-on-error: true
39-
40-
- uses: ./.github/actions/slack-alert
41-
with:
42-
slack_channel_id: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}
43-
slack_token: ${{ secrets.SLACK_DOCS_BOT_TOKEN }}

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,10 @@ jobs:
8181
text: <@${{github.actor}}> opened https://github.com/github/docs/issues/${{ github.event.number || github.event.issue.number }} publicly on the github/docs repo instead of a private repo. They have been notified via a new issue in the private repo to confirm this was intentional.
8282

8383
- name: Check out repo
84+
if: ${{ failure() && github.event_name != 'pull_request_target' }}
8485
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
8586
- uses: ./.github/actions/slack-alert
87+
if: ${{ failure() && github.event_name != 'pull_request_target' }}
8688
with:
8789
slack_channel_id: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}
8890
slack_token: ${{ secrets.SLACK_DOCS_BOT_TOKEN }}

.github/workflows/content-changes-table-comment.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,9 @@ jobs:
4444
filterContentDir:
4545
- 'content/**/*'
4646
47-
- uses: ./.github/actions/slack-alert
48-
with:
49-
slack_channel_id: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}
50-
slack_token: ${{ secrets.SLACK_DOCS_BOT_TOKEN }}
51-
5247
filterContentDir:
5348
needs: PR-Preview-Links
54-
if: ${{ needs.PR-Preview-Links.outputs.filterContentDir == 'true' }}
49+
if: ${{ needs.PR-Preview-Links.outputs.filterContentDir == 'true' && (github.repository == 'github/docs-internal' || github.repository == 'github/docs') }}
5550
runs-on: ubuntu-latest
5651
env:
5752
PR_NUMBER: ${{ github.event.pull_request.number }}
@@ -65,7 +60,7 @@ jobs:
6560
run: src/workflows/get-preview-app-info.sh
6661

6762
- name: Setup Node.js
68-
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
63+
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
6964
with:
7065
node-version-file: 'package.json'
7166
cache: npm
@@ -115,8 +110,3 @@ jobs:
115110
ghes: GitHub Enterprise Server
116111
ghae: GitHub AE
117112
edit-mode: replace
118-
119-
- uses: ./.github/actions/slack-alert
120-
with:
121-
slack_channel_id: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}
122-
slack_token: ${{ secrets.SLACK_DOCS_BOT_TOKEN }}

.github/workflows/content-lint-markdown.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Get changed content/data files
3232
id: changed-files
33-
uses: tj-actions/changed-files@246636f5fa148b5ad8e65ca4c57b18af3123e5f6 # v39.0.1
33+
uses: tj-actions/changed-files@40526807ee1e208a1a8c1bbe6bd2d1b044ef6368 # v40.0.2
3434
with:
3535
files: |
3636
content/**
@@ -39,8 +39,3 @@ jobs:
3939
- name: Run content linter if changed content/data files
4040
if: steps.changed-files.outputs.any_changed == 'true'
4141
run: npm run lint-content -- --errors-only --paths ${{ steps.changed-files.outputs.all_changed_files }}
42-
43-
- uses: ./.github/actions/slack-alert
44-
with:
45-
slack_channel_id: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}
46-
slack_token: ${{ secrets.SLACK_DOCS_BOT_TOKEN }}

.github/workflows/copy-api-issue-to-internal.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,10 @@ jobs:
7272
OLD_ISSUE: ${{ github.event.issue.html_url }}
7373

7474
- name: Check out repo
75+
if: ${{ failure() && github.event_name != 'workflow_dispatch' && github.repository == 'github/docs-internal' }}
7576
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
7677
- uses: ./.github/actions/slack-alert
78+
if: ${{ failure() && github.event_name != 'workflow_dispatch' && github.repository == 'github/docs-internal' }}
7779
with:
7880
slack_channel_id: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}
7981
slack_token: ${{ secrets.SLACK_DOCS_BOT_TOKEN }}

.github/workflows/docs-review-collect.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
2424

2525
- name: Setup Node.js
26-
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
26+
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
2727
with:
2828
node-version-file: 'package.json'
2929
cache: npm
@@ -54,6 +54,7 @@ jobs:
5454
FEATURE: 'Audit log event descriptions'
5555

5656
- uses: ./.github/actions/slack-alert
57+
if: ${{ failure() && github.event_name != 'workflow_dispatch' }}
5758
with:
5859
slack_channel_id: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}
5960
slack_token: ${{ secrets.SLACK_DOCS_BOT_TOKEN }}

.github/workflows/dont-delete-assets.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,3 @@ jobs:
6363
echo "More than 1 asset image was deleted as part of this PR."
6464
echo "See posted PR commented about how to get them back."
6565
exit 1
66-
67-
- uses: ./.github/actions/slack-alert
68-
with:
69-
slack_channel_id: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}
70-
slack_token: ${{ secrets.SLACK_DOCS_BOT_TOKEN }}

.github/workflows/enterprise-dates.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ jobs:
8888
number: ${{ steps.create-pull-request.outputs.pull-request-number }}
8989

9090
- uses: ./.github/actions/slack-alert
91+
if: ${{ failure() && github.event_name != 'workflow_dispatch' }}
9192
with:
9293
slack_channel_id: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}
9394
slack_token: ${{ secrets.SLACK_DOCS_BOT_TOKEN }}

.github/workflows/first-responder-docs-content.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ jobs:
6565
project-url: 'https://github.com/orgs/github/projects/1367'
6666
column-name: 'Docs-internal external contributor PRs'
6767

68-
- uses: ./.github/actions/slack-alert
69-
with:
70-
slack_channel_id: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}
71-
slack_token: ${{ secrets.SLACK_DOCS_BOT_TOKEN }}
7268
first-responder-remove-pr:
7369
name: Remove PR from FR project board
7470
if: github.repository == 'github/docs-internal' && ((github.event.label.name == 'docs-content-fr' && github.event.action == 'unlabeled') || github.event.action == 'closed') && github.actor != 'dependabot[bot]'
@@ -104,8 +100,3 @@ jobs:
104100
with:
105101
repo-token: '${{ secrets.DOCS_BOT_PAT_WORKFLOW_READORG }}'
106102
remove-labels: 'docs-content-fr'
107-
108-
- uses: ./.github/actions/slack-alert
109-
with:
110-
slack_channel_id: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}
111-
slack_token: ${{ secrets.SLACK_DOCS_BOT_TOKEN }}

.github/workflows/headless-tests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,3 @@ jobs:
5858
# so that we can run them without blocking merges until we can be confident
5959
# results for a11y tests are meaningul and scenarios we're testing are correct.
6060
run: npm run playwright-test -- ${{ matrix.node }} --reporter list
61-
62-
- uses: ./.github/actions/slack-alert
63-
with:
64-
slack_channel_id: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}
65-
slack_token: ${{ secrets.SLACK_DOCS_BOT_TOKEN }}

0 commit comments

Comments
 (0)