You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [[ ! "$TITLE" =~ ^(feat|fix|docs|chore|perf|test|refactor|style)(!)?: ]]; then
echo "::error::PR title does not follow the convention 'type: description'. Please review the title."
gh pr review ${{ github.event.pull_request.number }} -r -b "This PR does not satisfies PR title format. Title format should be same as one of the conventional commits"