Skip to content

Commit 273676a

Browse files
Update pr-label.yml
1 parent 1c4ff09 commit 273676a

1 file changed

Lines changed: 25 additions & 10 deletions

File tree

.github/workflows/pr-label.yml

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,34 @@
1+
# This action is no longer maintained. Repo owner - find a different solution.
12
name: PR Labeler
23
on:
34
pull_request:
45
types: [opened]
5-
6+
67
permissions:
78
contents: read
8-
9+
910
jobs:
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 }}

0 commit comments

Comments
 (0)