From fd6f70eb4d208431249506400bf357d52566094b Mon Sep 17 00:00:00 2001 From: Alena Lisevych Date: Wed, 5 Jul 2023 13:36:31 +0300 Subject: [PATCH] Fixes #18 Fixes #18 --- .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 063e51a779..80f03b9606 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: types: [ opened ]