Skip to content

Commit

Permalink
Add .github/workflows/lint-pr-title.yml file [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudesire-bot committed Aug 1, 2024
1 parent 832e849 commit cc35820
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/lint-pr-title.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: "Lint PR title"

on:
pull_request_target:
types:
- opened
- edited
- synchronize

permissions:
pull-requests: read

jobs:
lint-pr-title:
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.BOT_GH_TOKEN }}

0 comments on commit cc35820

Please sign in to comment.