Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/add-git-trailers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,10 @@ jobs:
private-key: ${{ secrets.URUNC_BOT_PRIVATE_KEY }}

- name: Append git trailers
uses: nubificus/git-trailers@e159f29955be913751431ec34740c75607bccc21
uses: nubificus/git-trailers@a7153bbbe525fca4cdb8e0eacaf771921b8f069b
with:
token: ${{ steps.generate-token.outputs.token }}
user-info: .github/contributors.yaml
rebase-branch: ${{ github.event.pull_request.head.ref }}

- name: Merge PR
env:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/pr-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,10 @@ jobs:
private-key: ${{ secrets.URUNC_BOT_PRIVATE_KEY }}

- name: Append git trailers
uses: nubificus/git-trailers@e159f29955be913751431ec34740c75607bccc21
uses: nubificus/git-trailers@a7153bbbe525fca4cdb8e0eacaf771921b8f069b
with:
token: ${{ steps.generate-token.outputs.token }}
user-info: .github/contributors.yaml
rebase-branch: ${{ github.event.pull_request.base.ref }}


- name: Create a Pull Request from PR_BRANCH to main and merge it
env:
Expand Down