From 33cb04512ff9b8a457040e55f60abdc486d78e1a Mon Sep 17 00:00:00 2001 From: Alena Lisevych Date: Wed, 5 Jul 2023 16:04:06 +0300 Subject: [PATCH] Fixes #11 --- .github/workflows/link-issue-to-branch.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/link-issue-to-branch.yml b/.github/workflows/link-issue-to-branch.yml index 8dc05f9d4e..e58e4fb159 100644 --- a/.github/workflows/link-issue-to-branch.yml +++ b/.github/workflows/link-issue-to-branch.yml @@ -1,4 +1,5 @@ name: Move issues to In progress status when it is linked to a branch + on: pull_request_target: types: [ edited, synchronize, opened, reopened ]