Skip to content

Commit 99e9de7

Browse files
committed
Fix workflow PR labels (#5574)
fix workflow PR labels
1 parent bc2ae24 commit 99e9de7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-docker-sha.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ jobs:
6262
branch: chore/image-update-${{ inputs.source_branch }}-${{ steps.update_images.outputs.docker_md5 }}
6363
author: nginx-bot <integrations@nginx.com>
6464
labels: |
65-
chore
66-
dependency
65+
dependencies
66+
docker
6767
body: |
6868
This automated PR updates pinned container image SHAs to latest.
6969
if: ${{ !inputs.dry_run && steps.update_images.outputs.change_detected == 'true' }}

0 commit comments

Comments
 (0)