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 ]