File tree Expand file tree Collapse file tree 2 files changed +12
-53
lines changed
Expand file tree Collapse file tree 2 files changed +12
-53
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- name : Auto labeler
1+ name : auto- labeler
22
33on :
4- issues :
5- types : [opened, edited, milestoned]
6- pull_request_target :
7- types : [opened, edited, reopened, synchronize]
8- workflow_dispatch :
9- permissions :
10- # Setting up permissions in the workflow to limit the scope of what it can do. Optional!
11- contents : read # the config file
12- issues : write # for labeling issues (on: issues)
13- pull-requests : write # for labeling pull requests (on: pull_request_target or on: pull_request)
14- statuses : write # to generate status
15- checks : write # to generate status
4+ issues :
5+ types : [opened, edited, milestoned]
6+ pull_request_target :
7+ types : [opened, edited, reopened, synchronize]
8+ workflow_dispatch :
169
1710jobs :
18- labeler :
19- runs-on : ubuntu-latest
20- steps :
21- - name : Check Labels
22- id : labeler
23- uses : fuxingloh/multi-labeler@b15a54460c38f54043fa75f7b08a0e2aa5b94b5b # v4.0.0
11+ auto-labeler :
12+ uses : gofiber/.github/.github/workflows/auto-labeler.yml@main
13+ secrets :
14+ github-token : ${{ secrets.ISSUE_PR_TOKEN }}
2415 with :
25- # Use a PAT so that applying labels can trigger downstream workflows
26- # (GITHUB_TOKEN updates do not emit additional workflow events).
27- github-token : ${{ secrets.ISSUE_PR_TOKEN }}
28-
16+ config-path : .github/labeler.yml
17+ config-repository : gofiber/.github
You can’t perform that action at this time.
0 commit comments