mirror of
https://github.com/gofiber/storage.git
synced 2025-12-19 00:38:24 +08:00
16 lines
409 B
YAML
16 lines
409 B
YAML
name: auto-labeler
|
|
on:
|
|
issues:
|
|
types: [opened, edited, milestoned]
|
|
pull_request_target:
|
|
types: [opened, edited, reopened, synchronize]
|
|
workflow_dispatch:
|
|
jobs:
|
|
auto-labeler:
|
|
uses: gofiber/.github/.github/workflows/auto-labeler.yml@main
|
|
secrets:
|
|
github-token: ${{ secrets.ISSUE_PR_TOKEN }}
|
|
with:
|
|
config-path: .github/labeler.yml
|
|
config-repository: gofiber/.github
|