ci: fix PR label for rpm updates (#2464)

This commit is contained in:
Malte Poll 2023-10-17 09:46:37 +02:00 committed by GitHub
parent d9bd870dbd
commit c424ec8825
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,6 +52,6 @@ jobs:
It updates the locked rpm packages that form the Constellation OS images.
commit-message: "image: update locked rpms"
committer: edgelessci <edgelessci@users.noreply.github.com>
labels: dependency
labels: dependencies
# We need to push changes using a token, otherwise triggers like on:push and on:pull_request won't work.
token: ${{ !github.event.pull_request.head.repo.fork && secrets.CI_COMMIT_PUSH_PR || '' }}