diff --git a/.github/workflows/issue-to-pr.yml b/.github/workflows/issue-to-pr.yml index 3442d27..aef62df 100644 --- a/.github/workflows/issue-to-pr.yml +++ b/.github/workflows/issue-to-pr.yml @@ -2,7 +2,7 @@ name: Create Draft PR from Registration on: issues: - types: [opened] + types: [opened, labeled] permissions: pull-requests: write