We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72ea3d0 commit 12dc37cCopy full SHA for 12dc37c
entrypoint.sh
@@ -10,6 +10,8 @@ title=$(jq -r ".pull_request.title" "$GITHUB_EVENT_PATH")
10
labels=$(jq -r ".pull_request.labels" "$GITHUB_EVENT_PATH")
11
12
checkForBlockingWords(){
13
+echo "checking ${1}"
14
+
15
if echo $1 | grep -iE 'WIP|do not merge|backend not live'
16
then
17
exit 1
0 commit comments