File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -33,19 +33,19 @@ jobs:
33
33
pr_label : autoupdate,automated-reposync-pr
34
34
github_token : ${{ secrets.DOCS_BOT_PAT_REPO_SCOPE }}
35
35
36
- - name : Find pull request
37
- uses : juliangruber/find-pull-request-action@v1
38
- id : find-pull-request
39
- with :
40
- github-token : ${{ secrets.GITHUB_TOKEN }}
41
- branch : repo-sync
42
- base : master
43
- author : bot-docsteam
44
- state : open
36
+ - name : Find pull request
37
+ uses : juliangruber/find-pull-request-action@v1
38
+ id : find-pull-request
39
+ with :
40
+ github-token : ${{ secrets.GITHUB_TOKEN }}
41
+ branch : repo-sync
42
+ base : master
43
+ author : bot-docsteam
44
+ state : open
45
45
46
- - name : Approve pull request
47
- if : ${{ steps.find-pull-request.outputs.number }}
48
- uses : juliangruber/approve-pull-request-action@v1
49
- with :
50
- github-token : ${{ secrets.GITHUB_TOKEN }}
51
- number : ${{ steps.find-pull-request.outputs.number }}
46
+ - name : Approve pull request
47
+ if : ${{ steps.find-pull-request.outputs.number }}
48
+ uses : juliangruber/approve-pull-request-action@v1
49
+ with :
50
+ github-token : ${{ secrets.GITHUB_TOKEN }}
51
+ number : ${{ steps.find-pull-request.outputs.number }}
You can’t perform that action at this time.
0 commit comments