1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Update validate-github-github-docs-urls.yml round 2 (#55329)

This commit is contained in:
Kevin Heis
2025-04-17 11:21:46 -07:00
committed by GitHub
parent 56735db214
commit b83a7a3355

View File

@@ -59,6 +59,9 @@ jobs:
run: |
npm run validate-github-github-docs-urls -- generate-new-json checks.json github/config/docs-urls.json
git config --global user.name "docs-bot"
git config --global user.email "77750099+docs-bot@users.noreply.github.com"
cd github
git status
git diff
@@ -118,8 +121,6 @@ jobs:
ISSUE_NUMBER: ${{ github.event.pull_request.number }}
REPOSITORY: ${{ github.repository }}
run: |
git config --global user.name "docs-bot"
git config --global user.email "77750099+docs-bot@users.noreply.github.com"
npm run validate-github-github-docs-urls -- post-pr-comment checks.json --changed-files $CHANGED_FILES
- uses: ./.github/actions/slack-alert