diff --git a/.github/workflows/pr-tagging.yml b/.github/workflows/pr-tagging.yml index aaf67ca..3d64ce6 100644 --- a/.github/workflows/pr-tagging.yml +++ b/.github/workflows/pr-tagging.yml @@ -1,9 +1,12 @@ on: pull_request: - types: [opened, reopened, edited] + types: [opened, reopened, edited, synchronize] branches: - master +permissions: + issues: write + jobs: pr_tagging: runs-on: ubuntu-latest