Commit b8abd8c 1 parent 2263197 commit b8abd8c Copy full SHA for b8abd8c
File tree 2 files changed +37
-0
lines changed
2 files changed +37
-0
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,17 @@ updates:
9
9
directory : " /" # Location of package manifests
10
10
schedule :
11
11
interval : " daily"
12
+ commit-message :
13
+ prefix : " deps(dependabot)"
12
14
- package-ecosystem : " docker" # See documentation for possible values
13
15
directory : " /" # Location of package manifests
14
16
schedule :
15
17
interval : " daily"
18
+ commit-message :
19
+ prefix : " deps(dependabot)"
16
20
- package-ecosystem : " github-actions" # See documentation for possible values
17
21
directory : " /" # Location of package manifests
18
22
schedule :
19
23
interval : " daily"
24
+ commit-message :
25
+ prefix : " deps(dependabot)"
Original file line number Diff line number Diff line change
1
+ name : Lint PR Title
2
+ run-name : ${{github.event.pull_request.title}}
3
+
4
+ on :
5
+ pull_request_target :
6
+ types :
7
+ - opened
8
+ - reopened
9
+ - edited
10
+ - synchronize
11
+
12
+ jobs :
13
+ check :
14
+ name : Check Title
15
+ runs-on : ubuntu-latest
16
+ steps :
17
+ - uses : amannn/action-semantic-pull-request@47b15d52c5c30e94a17ec87eb8dd51ff5221fed9
18
+ env :
19
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
20
+ with :
21
+ types : |
22
+ deps
23
+ chore
24
+ docs
25
+ feat
26
+ fix
27
+ refactor
28
+ test
29
+ requireScope : false
30
+ # https://regex101.com/r/YybDgS/1
31
+ subjectPattern : ^(?![A-Z]).+$
You can’t perform that action at this time.
0 commit comments