mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
More backport fixes (#1828)
Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
This commit is contained in:
parent
6f30b18323
commit
898c573000
3
.github/workflows/backport.yml
vendored
3
.github/workflows/backport.yml
vendored
@ -12,9 +12,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
|
||||
- name: Check if backport label exists in any of the labels on the pull request
|
||||
id: check_backport_label
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user