Skip to content

Commit

Permalink
update to enfoce action
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainsf committed Feb 13, 2024
1 parent c56cd81 commit bbb37f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/check-pr-format/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
body = 'Your PR does not have a [Add | Remove | Update | Fix] <Title>. Please add one to help streamline our changelog. For example: Fix Bug in feature';
}
github.issues.createComment({ issue_number, owner, repo, body });
throw new Error('Invalid PR title');
}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit bbb37f1

Please sign in to comment.