Skip to content

Commit 0d96669

Browse files
committed
automerge sync pr
1 parent 2497c4f commit 0d96669

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/repo-sync.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,19 @@ jobs:
3333
pr_label: autoupdate,automated-reposync-pr
3434
github_token: ${{ secrets.DOCS_BOT_PAT_REPO_SCOPE }}
3535

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
4545

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 }}

0 commit comments

Comments
 (0)