Skip to content

Commit

Permalink
Update reviewBot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
comawill committed Jan 31, 2022
1 parent 3cf2a48 commit 9d39d6c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/reviewBot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ jobs:
run: exit 1

- name: guard for title
env:
ISSUE_TITLE: ${{ github.event.issue.title }}
if: ${{ !(startsWith(github.event.issue.title, 'chore') && endsWith(github.event.issue.title, 'bump components SQPIT-776')) }}
run: |
echo "github: ${{ github }}"
echo "title not match. Exit. Title is ${{ github.event.issue.title }}"
echo "title not match. Exit. Title is $ISSUE_TITLE"
exit 1
- name: guard for admins
Expand Down

0 comments on commit 9d39d6c

Please sign in to comment.