Skip to content

Commit c71f98b

Browse files
authored
chore: remove pr auto labeler action (#350)
1 parent adf801d commit c71f98b

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/pr-conventions.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,6 @@ on:
77
- synchronize
88

99
jobs:
10-
label-pr:
11-
name: Auto-label PR
12-
runs-on: ubuntu-latest
13-
steps:
14-
- uses: netlify/pr-labeler-action@v1.0.0
15-
if: startsWith(github.event.pull_request.title, 'fix')
16-
with:
17-
token: "${{ secrets.GITHUB_TOKEN }}"
18-
label: "type: bug"
19-
- uses: netlify/pr-labeler-action@v1.0.0
20-
if: startsWith(github.event.pull_request.title, 'chore')
21-
with:
22-
token: "${{ secrets.GITHUB_TOKEN }}"
23-
label: "type: chore"
24-
- uses: netlify/pr-labeler-action@v1.0.0
25-
if: startsWith(github.event.pull_request.title, 'feat')
26-
with:
27-
token: "${{ secrets.GITHUB_TOKEN }}"
28-
label: "type: feature"
29-
3010
lint:
3111
name: Lint PR title
3212
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)