Skip to content

Commit

Permalink
Merge pull request #1873 from weihanglo/dont-create-label
Browse files Browse the repository at this point in the history
fix(transfer): dont create labels if missing
  • Loading branch information
ehuss authored Dec 31, 2024
2 parents 0400514 + d03b9a9 commit 0674aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/github.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@ impl Issue {
.graphql_query(
"mutation ($issueId: ID!, $repoId: ID!) {
transferIssue(
input: {createLabelsIfMissing: true, issueId: $issueId, repositoryId: $repoId}
input: {createLabelsIfMissing: false, issueId: $issueId, repositoryId: $repoId}
) {
issue {
id
Expand Down

0 comments on commit 0674aa2

Please sign in to comment.