Skip to content

Commit 9c370d3

Browse files
committed
[Refine] Fix PR Action
Signed-off-by: Kent Huang <[email protected]>
1 parent 0cf8769 commit 9c370d3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/recce_ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Jaffle Shop Recce CI
22

33
on:
4-
pull_request_target:
4+
pull_request:
55
branches: [main]
66

77
jobs:
@@ -14,9 +14,10 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616

17-
- name: Check if the PR is up-to-date
18-
if: github.event_name != 'push'
19-
uses: Automattic/action-pr-is-up-to-date@v2
17+
- name: Merge Base Branch into PR
18+
- uses: cycleapple/PR-Update@v1
19+
- with:
20+
- baseBranch: ${{ github.event.pull_request.base.ref }}
2021

2122
- name: Set up Python
2223
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)