Skip to content

Commit 12dc37c

Browse files
debug
1 parent 72ea3d0 commit 12dc37c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

entrypoint.sh

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ title=$(jq -r ".pull_request.title" "$GITHUB_EVENT_PATH")
1010
labels=$(jq -r ".pull_request.labels" "$GITHUB_EVENT_PATH")
1111

1212
checkForBlockingWords(){
13+
echo "checking ${1}"
14+
1315
if echo $1 | grep -iE 'WIP|do not merge|backend not live'
1416
then
1517
exit 1

0 commit comments

Comments
 (0)