mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-30 22:21:26 +00:00
backport action: comment to keep pin in sync
This commit is contained in:
parent
68e65592e3
commit
b26fc090cb
2
.github/workflows/backport.yml
vendored
2
.github/workflows/backport.yml
vendored
@ -13,8 +13,10 @@ jobs:
|
|||||||
# required to find all branches
|
# required to find all branches
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Create backport PRs
|
- name: Create backport PRs
|
||||||
|
# should be kept in sync with `version`
|
||||||
uses: zeebe-io/backport-action@9b8949dcd4295d364b0939f07d0c7593598d26cd
|
uses: zeebe-io/backport-action@9b8949dcd4295d364b0939f07d0c7593598d26cd
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
github_workspace: ${{ github.workspace }}
|
github_workspace: ${{ github.workspace }}
|
||||||
|
# should be kept in sync with `uses`
|
||||||
version: 9b8949dcd4295d364b0939f07d0c7593598d26cd
|
version: 9b8949dcd4295d364b0939f07d0c7593598d26cd
|
||||||
|
Loading…
Reference in New Issue
Block a user