We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3b5995 commit 547f88bCopy full SHA for 547f88b
tools/actions/commit-queue.sh
@@ -77,7 +77,7 @@ for pr in "$@"; do
77
rm output output.json
78
# If `git node land --abort` fails, we're in unknown state. Better to stop
79
# the script here, current PR was removed from the queue so it shouldn't
80
- # interfer again in the future
+ # interfere again in the future.
81
git node land --abort --yes
82
else
83
rm output
0 commit comments