forked from sequelize/sequelize
-
Notifications
You must be signed in to change notification settings - Fork 0
40 lines (39 loc) · 948 Bytes
/
pr-title.yml
File metadata and controls
40 lines (39 loc) · 948 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name: "Lint PR"
on:
pull_request:
types:
- opened
- edited
- synchronize
permissions:
contents: read
jobs:
main:
permissions:
pull-requests: read # for amannn/action-semantic-pull-request to analyze PRs
statuses: write # for amannn/action-semantic-pull-request to mark status of analyzed PR
name: PR has semantic title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@b6bca70dcd3e56e896605356ce09b76f7e1e0d39 # v5.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
fix
feat
docs
meta
scopes: |
db2
ibmi
mariadb
mssql
mysql
oracle
postgres
snowflake
sqlite
types
ignoreLabels: |
ignore-semantic-pull-request