From 44111bf787dce5021fa1ae66567ca757cf23192c Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Wed, 29 Jul 2026 20:21:22 -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 dcc1d50d..feabaada 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: