Compare commits
1 commit
bc36c1f7fe
...
186a865231
Author | SHA1 | Date | |
---|---|---|---|
186a865231 |
1 changed files with 0 additions and 4 deletions
|
@ -1,6 +1,5 @@
|
|||
name: "Pull Request Labeler"
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
|
||||
jobs:
|
||||
|
@ -10,9 +9,6 @@ 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