From eb3f993497ca3dcbd15c7d00ceb6ec636117e69c Mon Sep 17 00:00:00 2001 From: joaocatalao Date: Tue, 13 Dec 2022 09:35:51 +0000 Subject: [PATCH 1/2] Create PR for #20 From ba9fadb35a97fa69cfc94be2e270bd004ecee147 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Catal=C3=A3o?= Date: Tue, 13 Dec 2022 09:39:12 +0000 Subject: [PATCH 2/2] Updated issue branch action --- .github/issue-branch.yml | 2 +- .github/workflows/issue-branch.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/issue-branch.yml b/.github/issue-branch.yml index 068b382..13f4706 100644 --- a/.github/issue-branch.yml +++ b/.github/issue-branch.yml @@ -27,7 +27,7 @@ branches: skip: true autoCloseIssue: true -openPR: true +openDraftPR: true copyIssueDescriptionToPR: true copyIssueLabelsToPR: true diff --git a/.github/workflows/issue-branch.yml b/.github/workflows/issue-branch.yml index 3eaf3b6..66f9513 100644 --- a/.github/workflows/issue-branch.yml +++ b/.github/workflows/issue-branch.yml @@ -2,7 +2,7 @@ name: Create Issue Branch on: issues: - types: [ created, assigned ] + types: [ opened, created, assigned ] jobs: create_issue_branch_job: