File tree Expand file tree Collapse file tree 3 files changed +21
-21
lines changed
ast-visual-studio-extension/CxWrapper/Resources Expand file tree Collapse file tree 3 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 1- name : PR Automation
2- on :
3- pull_request_target :
4- types : [ready_for_review, opened, reopened]
1+ # name: PR Automation
2+ # on:
3+ # pull_request_target:
4+ # types: [ready_for_review, opened, reopened]
55
6- permissions :
7- contents : none
8- issues : write
9- pull-requests : write
6+ # permissions:
7+ # contents: none
8+ # issues: write
9+ # pull-requests: write
1010
11- jobs :
12- add-reviewers :
13- runs-on : ubuntu-latest
14- if : ${{ github.event.pull_request.user.type != 'Bot' }}
15- steps :
16- - name : Request reviewers
17- env :
18- GH_REPO : ${{ github.repository }}
19- GH_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
20- PRNUM : ${{ github.event.pull_request.number }}
21- PRAUTHOR : ${{ github.event.pull_request.user.login }}
22- run : gh pr edit $PRNUM
11+ # jobs:
12+ # add-reviewers:
13+ # runs-on: ubuntu-latest
14+ # if: ${{ github.event.pull_request.user.type != 'Bot' }}
15+ # steps:
16+ # - name: Request reviewers
17+ # env:
18+ # GH_REPO: ${{ github.repository }}
19+ # GH_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
20+ # PRNUM: ${{ github.event.pull_request.number }}
21+ # PRAUTHOR: ${{ github.event.pull_request.user.login }}
22+ # run: gh pr edit $PRNUM
Original file line number Diff line number Diff line change 1- 2.2.0
1+ 2.2.2
You can’t perform that action at this time.
0 commit comments