1
0
mirror of synced 2026-01-05 21:04:17 -05:00

Merge pull request #33046 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2024-05-17 16:28:45 -07:00
committed by GitHub
6 changed files with 6 additions and 6 deletions

View File

@@ -66,7 +66,7 @@ jobs:
run: npm run content-changes-table-comment
- name: Find content directory changes comment
uses: peter-evans/find-comment@d5fe37641ad8451bdd80312415672ba26c86575e
uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e
id: findComment
with:
issue-number: ${{ github.event.pull_request.number || inputs.PR_NUMBER }}

View File

@@ -41,7 +41,7 @@ jobs:
- name: Find possible previous comment
if: ${{ steps.comment.outputs.markdown != '' }}
uses: peter-evans/find-comment@d5fe37641ad8451bdd80312415672ba26c86575e
uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e
id: findComment
with:
issue-number: ${{ github.event.number }}

View File

@@ -41,7 +41,7 @@ jobs:
- name: Find possible previous comment
if: ${{ steps.comment.outputs.markdown != '' }}
uses: peter-evans/find-comment@d5fe37641ad8451bdd80312415672ba26c86575e
uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e
id: findComment
with:
issue-number: ${{ github.event.number }}

View File

@@ -21,7 +21,7 @@ jobs:
}}
runs-on: ubuntu-latest
steps:
- uses: alex-page/github-project-automation-plus@7ffb872c64bd809d23563a130a0a97d01dfa8f43
- uses: alex-page/github-project-automation-plus@303f24a24c67ce7adf565a07e96720faf126fe36
with:
project: Docs open source board
column: Help wanted

View File

@@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: move PR
uses: alex-page/github-project-automation-plus@7ffb872c64bd809d23563a130a0a97d01dfa8f43
uses: alex-page/github-project-automation-plus@303f24a24c67ce7adf565a07e96720faf126fe36
with:
project: Docs open source board
column: Triage

View File

@@ -48,7 +48,7 @@ jobs:
- name: Find content directory changes comment
if: ${{ steps.get-number.outputs.number != '' }}
uses: peter-evans/find-comment@d5fe37641ad8451bdd80312415672ba26c86575e
uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e
id: findComment
with:
issue-number: ${{ steps.get-number.outputs.number }}