Skip to content

Commit 94319a7

Browse files
author
ardh101532
authored
Merge branch 'main' into patch-2
2 parents 05530a3 + 177e947 commit 94319a7

1,388 files changed

Lines changed: 90169 additions & 21204 deletions

File tree

Some content is hidden

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

.github/actions/install-cocofix/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ runs:
1818
npm install --no-save \
1919
'--@github:registry=https://npm.pkg.github.com' \
2020
'--//npm.pkg.github.com/:_authToken=${TOKEN}' \
21-
@github/cocofix
21+
@github/cocofix codeql-ts

.github/branch_protection_settings/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/branch_protection_settings/main.json

Lines changed: 0 additions & 250 deletions
This file was deleted.

.github/workflows/alert-changed-branch-protections.yml

Lines changed: 0 additions & 85 deletions
This file was deleted.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
env:
2020
# need to use a token from a user with access to github/github for this step
21-
GITHUB_TOKEN: ${{ secrets.DOCS_BOT_PAT_WRITEORG_PROJECT }}
21+
GITHUB_TOKEN: ${{ secrets.DOCS_BOT_PAT_BASE }}
2222
REPORT_AUTHOR: docs-bot
2323
REPORT_LABEL: github github broken link report
2424
REPORT_REPOSITORY: github/docs-content
@@ -33,7 +33,7 @@ jobs:
3333

3434
- uses: ./.github/actions/get-docs-early-access
3535
with:
36-
token: ${{ secrets.DOCS_BOT_PAT_READPUBLICKEY }}
36+
token: ${{ secrets.DOCS_BOT_PAT_BASE }}
3737

3838
- name: Build server
3939
run: npm run build

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0
2121
with:
22-
github-token: ${{ secrets.DOCS_BOT_PAT_WORKFLOW_READORG }}
22+
github-token: ${{ secrets.DOCS_BOT_PAT_BASE }}
2323
script: |
2424
2525
const issue = context.payload.issue

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Close pull request if unwanted
2525
uses: actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0
2626
with:
27-
github-token: ${{ secrets.DOCS_BOT_PAT_WRITEORG_PROJECT }}
27+
github-token: ${{ secrets.DOCS_BOT_PAT_BASE }}
2828
script: |
2929
const { owner, repo } = context.repo
3030
const prCreator = context.actor

0 commit comments

Comments
 (0)