mirror of
https://github.com/gofiber/storage.git
synced 2025-12-18 16:28:22 +08:00
use another labeler
This commit is contained in:
8
.github/workflows/auto-labeler.yml
vendored
8
.github/workflows/auto-labeler.yml
vendored
@@ -4,7 +4,13 @@ on:
|
||||
types: [ opened, edited, milestoned ]
|
||||
pull_request_target:
|
||||
types: [ opened ]
|
||||
|
||||
permissions:
|
||||
# Setting up permissions in the workflow to limit the scope of what it can do. Optional!
|
||||
contents: read
|
||||
issues: write
|
||||
pull-requests: write
|
||||
statuses: write
|
||||
checks: write
|
||||
jobs:
|
||||
labeler:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user