Potencially fix approved labeler (#33083)

This commit is contained in:
Vasilis
2024-10-31 16:05:42 +01:00
committed by GitHub
parent bca8d95191
commit d446a3e8e9

View File

@@ -7,9 +7,6 @@ on:
jobs:
add_label:
if: github.event.review.state == 'APPROVED'
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions-ecosystem/action-add-labels@v1