mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-02 00:10:45 +02:00
ci: use forked backport to copy original PR labels (#3223)
This commit is contained in:
parent
36f73fa6c7
commit
a7922d5b5b
1 changed files with 2 additions and 1 deletions
3
.github/workflows/backport.yaml
vendored
3
.github/workflows/backport.yaml
vendored
|
@ -18,7 +18,8 @@ jobs:
|
|||
private_key: ${{ secrets.BACKPORT_APP_PRIVATE_KEY }}
|
||||
|
||||
- name: Backport
|
||||
uses: tibdex/backport@e2ffd4c5a70730dfd19046859dfaf366e3de6466 # pin@v1
|
||||
uses: pomerium/backport@2271564b709b2cbe6c164f142cabc11d35f52f9a # pin@retain_labels branch pending https://github.com/tibdex/backport/pull/79
|
||||
with:
|
||||
github_token: ${{ steps.generate_token.outputs.token }}
|
||||
title_template: "{{originalTitle}}"
|
||||
copy_original_labels: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue