We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aba870 commit 1c994f2Copy full SHA for 1c994f2
main.go
@@ -92,9 +92,8 @@ func main() {
92
},
93
94
&cli.StringFlag{
95
- Name: cmd.FlagMergeRequestID,
96
- Usage: "The pull/merge ID to process, if not provided as a CLI flag",
97
- Required: true,
+ Name: cmd.FlagMergeRequestID,
+ Usage: "The pull/merge ID to process, if not provided as a CLI flag",
98
EnvVars: []string{
99
"CI_MERGE_REQUEST_IID", // GitLab CI
100
0 commit comments