Skip to content

Commit

Permalink
fix: Allow github action to read the PR title and add labels
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinying committed Sep 23, 2024
1 parent a4e42a6 commit 22cb7c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
jobs:
pr-title:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: validate-pr-title
uses: ytanikin/[email protected]
Expand Down

0 comments on commit 22cb7c8

Please sign in to comment.