Skip to content

Commit

Permalink
fix: change pr lint action target types
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoweii committed Oct 27, 2023
1 parent c2c258a commit 99ad042
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/title-lint.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
name: Pull Request Title Lint

on:
pull_request:
branches: [ "main" ]
pull_request_target:
types:
- labeled
- opened
- synchronize
- reopened
- ready_for_review
- edited

jobs:
title-lint:
Expand Down

0 comments on commit 99ad042

Please sign in to comment.