We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f772d3 commit f657a11Copy full SHA for f657a11
1 file changed
.github/workflows/docker.yml
@@ -51,12 +51,12 @@ jobs:
51
tags: ${{ steps.meta.outputs.tags }}
52
labels: ${{ steps.meta.outputs.labels }}
53
54
- auto-pr-handling:
+ auto-merge:
55
needs: build-and-push-image
56
if: github.event.review.state == 'approved'
57
runs-on: ubuntu-latest
58
steps:
59
- - uses: TimonVS/pr-labeler-action@v5
+ - uses: TimonVS/pr-labeler-action@v5.0.0
60
with:
61
configuration-path: .github/auto_label.yml
62
env:
0 commit comments