diff --git a/.github/workflows/label-issue.yml b/.github/workflows/label-issue.yml index 48d44cf..6fb76fc 100644 --- a/.github/workflows/label-issue.yml +++ b/.github/workflows/label-issue.yml @@ -2,7 +2,7 @@ name: Add Labels on: pull_request: - types: [opened, edited] + types: [opened, edited, synchronize] jobs: add_labels: @@ -15,5 +15,4 @@ jobs: uses: actions-ecosystem/action-add-labels@v1 if: ${{ contains( fromJson('[ "tomalaforge" ]'), github.actor ) }} with: - github_token: ${{ secrets.GITHUB_TOKEN }} labels: supporter