We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 542bd81 commit 886c7f6Copy full SHA for 886c7f6
1 file changed
.github/workflows/style-bot-action.yml
@@ -127,7 +127,7 @@ jobs:
127
echo "COMMENT_TIMESTAMP: $COMMENT_TIMESTAMP"
128
if [ $COMMENT_TIMESTAMP -le $PR_MERGE_COMMIT_TIMESTAMP ]; then
129
echo "❌ Last commit on the pull request is newer than the issue comment triggering this run! Abort!";
130
- exit -1;
+# exit -1;
131
fi
132
133
echo "--- Checking out contributor branch ($HEADREF) ---"
0 commit comments