Skip to content

Commit a0a9d9b

Browse files
cmainastest555
authored andcommitted
Changes for external
PR: #53 Signed-off-by: Charalampos Mainas <charalampos.mainas@gmail.com> Reviewed-by: Charalampos Mainas <cmainas@nubificus.co.uk> Approved-by: Charalampos Mainas <cmainas@nubificus.co.uk>
1 parent 7a13913 commit a0a9d9b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/pr-merge.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
egress-policy: audit
2626

27-
name: Exit if PR is not rebaseable
27+
- name: Exit if PR is not rebaseable
2828
if: ${{ github.event.pull_request.rebaseable != null && github.event.pull_request.rebaseable == false }}
2929
run: exit 1
3030

@@ -42,9 +42,11 @@ jobs:
4242
private-key: ${{ secrets.URUNC_BOT_PRIVATE_KEY }}
4343

4444
- name: Append git trailers
45-
uses: nubificus/git-trailers@18fd322f3fbfd505b4de728974a4ac1f32f758a7
45+
uses: nubificus/git-trailers@9bf4235762fb658e76ce9858fbb97b01ba9f33b8
4646
with:
4747
user_info: .github/contributors.yaml
48+
rebase_branch: ${{ github.event.pull_request.base.ref }}
49+
4850

4951
- name: Create a Pull Request from PR_BRANCH to main and merge it
5052
env:

0 commit comments

Comments
 (0)