Skip to content

Commit

Permalink
ci: lint PR titles (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
zerok authored Jul 29, 2024
1 parent 64f1341 commit c697dcd
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/lint-pr-title.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Lint PR title

on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
branches:
- main

jobs:
lint-pr-title:
runs-on: ubuntu-latest
steps:
- uses: grafana/shared-workflows/actions/lint-pr-title@main
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit c697dcd

Please sign in to comment.