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
7 changes: 4 additions & 3 deletions .github/workflows/add-git-trailers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@ jobs:
private-key: ${{ secrets.URUNC_BOT_PRIVATE_KEY }}

- name: Append git trailers
uses: nubificus/git-trailers@9bf4235762fb658e76ce9858fbb97b01ba9f33b8
uses: nubificus/git-trailers@e159f29955be913751431ec34740c75607bccc21
with:
user_info: .github/contributors.yaml
rebase_branch: ${{ github.event.pull_request.head.ref }}
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
7 changes: 4 additions & 3 deletions .github/workflows/pr-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ jobs:
private-key: ${{ secrets.URUNC_BOT_PRIVATE_KEY }}

- name: Append git trailers
uses: nubificus/git-trailers@9bf4235762fb658e76ce9858fbb97b01ba9f33b8
uses: nubificus/git-trailers@e159f29955be913751431ec34740c75607bccc21
with:
user_info: .github/contributors.yaml
rebase_branch: ${{ github.event.pull_request.base.ref }}
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
Expand Down