Skip to content

Commit b16b664

Browse files
committed
[actions] switch Automatic Rease workflow to pull_request_target event
1 parent 8e7f28d commit b16b664

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rebase.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Automatic Rebase
22

3-
on: [pull_request]
3+
on: [pull_request_target]
44

55
jobs:
66
_:
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v1
12+
- uses: actions/checkout@v2
1313
- uses: ljharb/rebase@master
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)