Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
  • Loading branch information
sumo-drosiek committed Jan 3, 2024
1 parent f4f7310 commit b2328ed
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/check_pr_name.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: PRs name check

on:
pull_request_target:
types: [opened, edited, reopened, ready_for_review, labeled, unlabeled, synchronize]

pr-name:
runs-on: ubuntu-latest
steps:
- uses: thehanimo/pr-title-checker@v1.4.1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pass_on_octokit_error: false

0 comments on commit b2328ed

Please sign in to comment.