build(deps): bump the fiber-utils-modules group across 21 directories with 1 update #1494
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |