We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf801d commit c71f98bCopy full SHA for c71f98b
.github/workflows/pr-conventions.yml
@@ -7,26 +7,6 @@ on:
7
- synchronize
8
9
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
20
- if: startsWith(github.event.pull_request.title, 'chore')
21
22
23
- label: "type: chore"
24
25
- if: startsWith(github.event.pull_request.title, 'feat')
26
27
28
- label: "type: feature"
29
-
30
lint:
31
name: Lint PR title
32
runs-on: ubuntu-latest
0 commit comments