File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # This action is no longer maintained. Repo owner - find a different solution.
12name : PR Labeler
23on :
34 pull_request :
45 types : [opened]
5-
6+
67permissions :
78 contents : read
8-
9+
910jobs :
10- pr-labeler :
11- permissions :
12- pull-requests : write # for TimonVS/pr-labeler-action to add labels in PR
11+ do-nothing :
1312 runs-on : cx-public-ubuntu-x64
1413 steps :
15- - uses : TimonVS/pr-labeler-action@8447391d87bc7648ce6bf97159c17b642576afb0 # v3
16- with :
17- configuration-path : .github/pr-labeler.yml # optional, .github/pr-labeler.yml is the default value
18- env :
19- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
14+ - name : Hello World
15+ run : echo "The pr-labeler action is no longer maintained. Repo owner - find a different solution." && exit 1
16+ # name: PR Labeler
17+ # on:
18+ # pull_request:
19+ # types: [opened]
20+
21+ # permissions:
22+ # contents: read
23+
24+ # jobs:
25+ # pr-labeler:
26+ # permissions:
27+ # pull-requests: write # for TimonVS/pr-labeler-action to add labels in PR
28+ # runs-on: cx-public-ubuntu-x64
29+ # steps:
30+ # - uses: TimonVS/pr-labeler-action@cf8bb780d49439d85e4b34e4ac7ce7bd77aedf97 #v4
31+ # with:
32+ # configuration-path: .github/pr-labeler.yml # optional, .github/pr-labeler.yml is the default value
33+ # env:
34+ # # GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
You can’t perform that action at this time.
0 commit comments