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 018f40e commit b5b4996Copy full SHA for b5b4996
1 file changed
.github/workflows/add-git-trailers.yml
@@ -45,13 +45,15 @@ jobs:
45
private-key: ${{ secrets.URUNC_BOT_PRIVATE_KEY }}
46
47
- name: Append git trailers
48
- uses: nubificus/git-trailers@18fd322f3fbfd505b4de728974a4ac1f32f758a7
+ uses: nubificus/git-trailers@9bf4235762fb658e76ce9858fbb97b01ba9f33b8
49
with:
50
user_info: .github/contributors.yaml
51
+ user_info: ${{ github.event.pull_request.head.ref }}
52
53
- name: Merge PR
54
env:
55
GH_TOKEN: ${{ steps.generate-token.outputs.token }}
56
PR_URL: ${{ github.event.pull_request.html_url }}
57
run: |
58
+ sleep 5 # Wait for github to get updated with the push. Otherwise merge will fail
59
gh pr merge "$PR_URL" --rebase --admin
0 commit comments