You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve merge conflict markers in linear-sync (#3514)
Conflict markers were accidentally merged into v0.26. Resolved by
keeping newer implementations:
- deduplicateIssueIDs function from #3449
- updated regex comment from #3469
linearToken=flagset.String("linear-token", "", "The Linear token to use for authentication")
48
+
releasedStateName=flagset.String("released-state-name", "Released", "The name of the state to use for the released state")
49
49
readyForReleaseStateName=flagset.String("ready-for-release-state-name", "Ready for Release", "The name of the state that indicates an issue is ready to be released")
50
-
linearTeamName=flagset.String("linear-team-name", "vCluster / Platform", "The name of the team to use for the linear team")
51
-
dryRun=flagset.Bool("dry-run", false, "Do not actually move issues to the released state")
50
+
linearTeamName=flagset.String("linear-team-name", "vCluster / Platform", "The name of the team to use for the linear team")
51
+
dryRun=flagset.Bool("dry-run", false, "Do not actually move issues to the released state")
0 commit comments