Skip to content

Commit

Permalink
feat: add label-pr action --story=119540612
Browse files Browse the repository at this point in the history
  • Loading branch information
normal-wls committed Sep 6, 2024
1 parent 8b5a8e6 commit 70e5d22
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/label-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ on:
jobs:
label-pr:
runs-on: ubuntu-latest

permissions:
issues: write
pull-requests: write

steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 70e5d22

Please sign in to comment.