More backport fixes (#1828)

Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
This commit is contained in:
Christian Mesh 2024-07-17 12:18:49 -04:00 committed by GitHub
parent 6f30b18323
commit 898c573000
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: |