Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
auto-add-ready-for-doc-review.yml
1 parent b1c872e commit 09eca3aCopy full SHA for 09eca3a
.github/workflows/auto-add-ready-for-doc-review.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Add ready-for-doc-review label
49
if: steps.membership_check.outputs.result == 'false'
50
env:
51
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.DOCS_BOT_PAT_BASE }}
52
PR_URL: ${{ github.event.pull_request.html_url }}
53
run: |
54
gh pr edit $PR_URL --add-label ready-for-doc-review
0 commit comments