diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index eb9ac2b05..1a1883010 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -5,13 +5,15 @@ # file with configuration. For more information, see: # https://github.com/actions/labeler/blob/master/README.md -name: Labeler -on: [pull_request] +name: Pull Request Labeler +on: + pull_request: + types: [opened, edited, synchronize, reopened] jobs: label: runs-on: ubuntu-latest steps: - - uses: actions/labeler@v2 + - uses: actions/labeler@v4.3 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"