Skip to content

Commit 38cdbfa

Browse files
arielswalkerGitHub Enterprise
authored andcommitted
Merge pull request #4 from cFS/part-workflows39-exclude-draft-prs-add-to-project-workflow
Part cFS/workflows#39, Exclude Draft PRs for Add to Project Workflow
2 parents 355c019 + 1d38ef3 commit 38cdbfa

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/add-to-project-internal.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ on:
44
issues:
55
types: [opened]
66
pull_request_target:
7-
types: [opened]
8-
7+
types: [opened, ready_for_review, converted_to_draft]
98

109
jobs:
1110
add-to-project:

0 commit comments

Comments
 (0)