@@ -243,6 +243,7 @@ Command Options:
243243 --merge-strategy strategy to use when merging the pull request [required] [choices: "squash", "rebase"]
244244 --remote name of the remote [required] [default: "origin"]
245245 --approve whether to approve the pr [boolean] [default: false]
246+ --requireSuccess only merge PRs with successful CI status [boolean] [default: true]
246247
247248Global Options:
248249 -c, --cwd base directory to run filesystem related commands [string] [default: "$HOME/projects"]
@@ -353,12 +354,13 @@ npx -p @npmcli/stafftools gh dependabot review
353354Review pull requests
354355
355356Command Options:
356- --cache how long for gh to cache the query [string] [default: "1m"]
357- --repos query to filter repos [string] [required] [default: "org:npm topic:npm-cli fork:true archived:false"]
358- --table shorthand for --template=table [boolean] [default: false]
359- --confirm shorthand for --template=confirm [boolean] [default: false]
360- --report shorthand for --template=report [boolean] [default: false]
361- --approve whether to approve the pr [boolean] [default: false]
357+ --cache how long for gh to cache the query [string] [default: "1m"]
358+ --repos query to filter repos [string] [required] [default: "org:npm topic:npm-cli fork:true archived:false"]
359+ --table shorthand for --template=table [boolean] [default: false]
360+ --confirm shorthand for --template=confirm [boolean] [default: false]
361+ --report shorthand for --template=report [boolean] [default: false]
362+ --approve whether to approve the pr [boolean] [default: false]
363+ --requireSuccess only review PRs with successful CI status [boolean] [default: true]
362364
363365Global Options:
364366 -c, --cwd base directory to run filesystem related commands [string] [default: null]
@@ -549,6 +551,7 @@ Command Options:
549551 --merge-strategy strategy to use when merging the pull request [required] [choices: "squash", "rebase"]
550552 --remote name of the remote [required] [default: "origin"]
551553 --approve whether to approve the pr [boolean] [default: false]
554+ --requireSuccess only merge PRs with successful CI status [boolean] [default: true]
552555
553556Global Options:
554557 -c, --cwd base directory to run filesystem related commands [string] [default: "$HOME/projects"]
@@ -796,10 +799,11 @@ npx -p @npmcli/stafftools gh graphql review
796799Review pull requests
797800
798801Command Options:
799- --query path to a query file passed directly to gh api graphql [string] [required]
800- --cache how long for gh to cache the query [string] [default: "1m"]
801- --report shorthand for --template=report [boolean] [default: false]
802- --approve whether to approve the pr [boolean] [default: false]
802+ --query path to a query file passed directly to gh api graphql [string] [required]
803+ --cache how long for gh to cache the query [string] [default: "1m"]
804+ --report shorthand for --template=report [boolean] [default: false]
805+ --approve whether to approve the pr [boolean] [default: false]
806+ --requireSuccess only review PRs with successful CI status [boolean] [default: true]
803807
804808Global Options:
805809 -c, --cwd base directory to run filesystem related commands [string] [default: null]
@@ -992,6 +996,7 @@ Command Options:
992996 --merge-strategy strategy to use when merging the pull request [required] [choices: "squash", "rebase"]
993997 --remote name of the remote [required] [default: "origin"]
994998 --approve whether to approve the pr [boolean] [default: false]
999+ --requireSuccess only merge PRs with successful CI status [boolean] [default: true]
9951000
9961001Global Options:
9971002 -c, --cwd base directory to run filesystem related commands [string] [default: "$HOME/projects"]
@@ -1141,14 +1146,15 @@ npx -p @npmcli/stafftools gh pending-release review
11411146Review pull requests
11421147
11431148Command Options:
1144- --cache how long for gh to cache the query [string] [default: "1m"]
1145- --repos query to filter repos [string] [required] [default: "org:npm topic:npm-cli fork:true archived:false"]
1146- --noDeps Only return items that do not depend on any other items returned [boolean] [default: false]
1147- --depsPrs Only return items that have no open deps PRs [string] [choices: "", "none", "any"] [default: ""]
1148- --table shorthand for --template=table [boolean] [default: false]
1149- --confirm shorthand for --template=confirm [boolean] [default: false]
1150- --report shorthand for --template=report [boolean] [default: false]
1151- --approve whether to approve the pr [boolean] [default: false]
1149+ --cache how long for gh to cache the query [string] [default: "1m"]
1150+ --repos query to filter repos [string] [required] [default: "org:npm topic:npm-cli fork:true archived:false"]
1151+ --noDeps Only return items that do not depend on any other items returned [boolean] [default: false]
1152+ --depsPrs Only return items that have no open deps PRs [string] [choices: "", "none", "any"] [default: ""]
1153+ --table shorthand for --template=table [boolean] [default: false]
1154+ --confirm shorthand for --template=confirm [boolean] [default: false]
1155+ --report shorthand for --template=report [boolean] [default: false]
1156+ --approve whether to approve the pr [boolean] [default: false]
1157+ --requireSuccess only review PRs with successful CI status [boolean] [default: true]
11521158
11531159Global Options:
11541160 -c, --cwd base directory to run filesystem related commands [string] [default: null]
@@ -1251,6 +1257,7 @@ Command Options:
12511257 --merge-strategy strategy to use when merging the pull request [required] [choices: "squash", "rebase"]
12521258 --remote name of the remote [required] [default: "origin"]
12531259 --approve whether to approve the pr [boolean] [default: false]
1260+ --requireSuccess only merge PRs with successful CI status [boolean] [default: true]
12541261
12551262Global Options:
12561263 -c, --cwd base directory to run filesystem related commands [string] [default: "$HOME/projects"]
@@ -1367,14 +1374,15 @@ npx -p @npmcli/stafftools gh pull-requests review
13671374Review pull requests
13681375
13691376Command Options:
1370- --cache how long for gh to cache the query [string] [default: "1m"]
1371- --repos query to filter repos [string] [required] [default: "org:npm topic:npm-cli fork:true archived:false"]
1372- --label label to filter pull requests [string]
1373- --state state to filter pull requests [string] [choices: "CLOSED", "MERGED", "OPEN"] [default: "OPEN"]
1374- --table shorthand for --template=table [boolean] [default: false]
1375- --confirm shorthand for --template=confirm [boolean] [default: false]
1376- --report shorthand for --template=report [boolean] [default: false]
1377- --approve whether to approve the pr [boolean] [default: false]
1377+ --cache how long for gh to cache the query [string] [default: "1m"]
1378+ --repos query to filter repos [string] [required] [default: "org:npm topic:npm-cli fork:true archived:false"]
1379+ --label label to filter pull requests [string]
1380+ --state state to filter pull requests [string] [choices: "CLOSED", "MERGED", "OPEN"] [default: "OPEN"]
1381+ --table shorthand for --template=table [boolean] [default: false]
1382+ --confirm shorthand for --template=confirm [boolean] [default: false]
1383+ --report shorthand for --template=report [boolean] [default: false]
1384+ --approve whether to approve the pr [boolean] [default: false]
1385+ --requireSuccess only review PRs with successful CI status [boolean] [default: true]
13781386
13791387Global Options:
13801388 -c, --cwd base directory to run filesystem related commands [string] [default: null]
@@ -1760,6 +1768,7 @@ Command Options:
17601768 --merge-strategy strategy to use when merging the pull request [required] [choices: "squash", "rebase"]
17611769 --remote name of the remote [required] [default: "origin"]
17621770 --approve whether to approve the pr [boolean] [default: false]
1771+ --requireSuccess only merge PRs with successful CI status [boolean] [default: true]
17631772
17641773Global Options:
17651774 -c, --cwd base directory to run filesystem related commands [string] [default: "$HOME/projects"]
@@ -1870,12 +1879,13 @@ npx -p @npmcli/stafftools gh template-oss review
18701879Review pull requests
18711880
18721881Command Options:
1873- --cache how long for gh to cache the query [string] [default: "1m"]
1874- --repos query to filter repos [string] [required] [default: "org:npm topic:npm-cli fork:true archived:false"]
1875- --table shorthand for --template=table [boolean] [default: false]
1876- --confirm shorthand for --template=confirm [boolean] [default: false]
1877- --report shorthand for --template=report [boolean] [default: false]
1878- --approve whether to approve the pr [boolean] [default: false]
1882+ --cache how long for gh to cache the query [string] [default: "1m"]
1883+ --repos query to filter repos [string] [required] [default: "org:npm topic:npm-cli fork:true archived:false"]
1884+ --table shorthand for --template=table [boolean] [default: false]
1885+ --confirm shorthand for --template=confirm [boolean] [default: false]
1886+ --report shorthand for --template=report [boolean] [default: false]
1887+ --approve whether to approve the pr [boolean] [default: false]
1888+ --requireSuccess only review PRs with successful CI status [boolean] [default: true]
18791889
18801890Global Options:
18811891 -c, --cwd base directory to run filesystem related commands [string] [default: null]
0 commit comments