diff --git a/.github/workflows/labeler-review.yml b/.github/workflows/labeler-review.yml index ac5feacc3a4..97d55e03240 100644 --- a/.github/workflows/labeler-review.yml +++ b/.github/workflows/labeler-review.yml @@ -4,6 +4,7 @@ on: types: [submitted] jobs: add_label: + if: github.event.review.state == 'approved' runs-on: ubuntu-latest steps: - uses: actions-ecosystem/action-add-labels@v1