Skip to content

Commit 0674aa2

Browse files
authored
Merge pull request #1873 from weihanglo/dont-create-label
fix(transfer): dont create labels if missing
2 parents 0400514 + d03b9a9 commit 0674aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/github.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@ impl Issue {
10551055
.graphql_query(
10561056
"mutation ($issueId: ID!, $repoId: ID!) {
10571057
transferIssue(
1058-
input: {createLabelsIfMissing: true, issueId: $issueId, repositoryId: $repoId}
1058+
input: {createLabelsIfMissing: false, issueId: $issueId, repositoryId: $repoId}
10591059
) {
10601060
issue {
10611061
id

0 commit comments

Comments
 (0)