From 6ea9ca48e929eb7db2b0fb356f23ade911ce370f Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Wed, 29 Jul 2026 20:04:58 -0300 Subject: [PATCH] [ci] Update PR validation workflow --- .github/workflows/bot-autoassign-pr-issue-link.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: