Compare commits
1 commit
186a865231
...
bc36c1f7fe
Author | SHA1 | Date | |
---|---|---|---|
bc36c1f7fe |
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
name: "Pull Request Labeler"
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
|
||||
jobs:
|
||||
|
@ -9,6 +10,9 @@ jobs:
|
|||
pull-requests: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- uses: actions/labeler@v5
|
||||
with:
|
||||
configuration-path: ".gitea/labeler.yml"
|
||||
|
|
Reference in a new issue