We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a13913 commit a0a9d9bCopy full SHA for a0a9d9b
1 file changed
.github/workflows/pr-merge.yml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
egress-policy: audit
26
27
- name: Exit if PR is not rebaseable
+ - name: Exit if PR is not rebaseable
28
if: ${{ github.event.pull_request.rebaseable != null && github.event.pull_request.rebaseable == false }}
29
run: exit 1
30
@@ -42,9 +42,11 @@ jobs:
42
private-key: ${{ secrets.URUNC_BOT_PRIVATE_KEY }}
43
44
- name: Append git trailers
45
- uses: nubificus/git-trailers@18fd322f3fbfd505b4de728974a4ac1f32f758a7
+ uses: nubificus/git-trailers@9bf4235762fb658e76ce9858fbb97b01ba9f33b8
46
47
user_info: .github/contributors.yaml
48
+ rebase_branch: ${{ github.event.pull_request.base.ref }}
49
+
50
51
- name: Create a Pull Request from PR_BRANCH to main and merge it
52
env:
0 commit comments