File tree Expand file tree Collapse file tree 3 files changed +9
-17
lines changed Expand file tree Collapse file tree 3 files changed +9
-17
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3333 if : ${{steps.check-doc-changes.outputs.DOC_CHANGED == 'true'}}
3434 with :
3535 labels : doc-changes
36- github_token : ${{ secrets.OSS_BOT_GITHUB_TOKEN }}
36+ github_token : ${{ github.token }}
37+ - name : assign techwriters to PR
38+ if : ${{steps.check-doc-changes.outputs.DOC_CHANGED == 'true'}}
39+ 40+ with :
41+ configuration-path : " .github/auto_assign.yml"
Original file line number Diff line number Diff line change 77 name : Update API reports
88 runs-on : ubuntu-latest
99
10+ permissions :
11+ contents : write
1012 steps :
1113 - name : Checkout Repo
1214 uses : actions/checkout@master
1315 with :
1416 # checkout HEAD commit instead of merge commit
1517 ref : ${{ github.event.pull_request.head.sha }}
16- token : ${{ secrets.OSS_BOT_GITHUB_TOKEN }}
18+ token : ${{ github.token }}
1719 - name : Set up Node (14)
1820 uses : actions/setup-node@v2
1921 with :
You can’t perform that action at this time.
0 commit comments