Skip to content

Commit

Permalink
fix(ci): Add missing config to skip CI on PR creation
Browse files Browse the repository at this point in the history
Signed-off-by: macinsight <gh@macinsight.net>
  • Loading branch information
macinsight committed Nov 27, 2023
1 parent 0965e84 commit 8bdab1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/issue-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ branches:
# Open a Draft PR on issue creation
openDraftPR: true
# Skip CI workflows on empty commits on PR creation (This "Feature" is a GH requirement)
prSkipCI: true
# Copy attributes from issue into PR
copyIssueDescriptionToPR: true
copyIssueLabelsToPR: true
Expand Down

0 comments on commit 8bdab1a

Please sign in to comment.