diff --git a/.github/workflows/bot-autoassign-pr-issue-link.yml b/.github/workflows/bot-autoassign-pr-issue-link.yml index d66be1c0..bbea054c 100644 --- a/.github/workflows/bot-autoassign-pr-issue-link.yml +++ b/.github/workflows/bot-autoassign-pr-issue-link.yml @@ -1,13 +1,13 @@ name: PR Issue Auto-Assignment on: pull_request_target: - types: [opened, reopened, closed] + types: [opened, reopened, closed, edited, ready_for_review] permissions: contents: read issues: write pull-requests: read concurrency: - group: bot-autoassign-pr-link-${{ github.repository }}-${{ github.event.pull_request.number }}-${{ github.event.action }} + group: bot-autoassign-pr-link-${{ github.repository }}-${{ github.event.pull_request.number }} cancel-in-progress: true jobs: auto-assign-issue: