File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ updates:
10
10
assignees :
11
11
- " pyansys-ci-bot"
12
12
commit-message :
13
- prefix : " MAINT "
13
+ prefix : " build "
14
14
groups :
15
15
grpc-deps :
16
16
patterns :
Original file line number Diff line number Diff line change @@ -31,6 +31,24 @@ concurrency:
31
31
32
32
jobs :
33
33
34
+ branch-name :
35
+ if : github.event_name == 'pull_request'
36
+ name : Check the name of the branch
37
+ runs-on : ubuntu-latest
38
+ steps :
39
+ - name : Check branch name
40
+ uses : ansys/actions/branch-name-style@v5
41
+
42
+ commit-name :
43
+ if : github.event_name == 'pull_request'
44
+ name : Check the name of the commit
45
+ runs-on : ubuntu-latest
46
+ steps :
47
+ - name : Check commit name
48
+ uses : ansys/actions/commit-style@v5
49
+ with :
50
+ token : ${{ secrets.GITHUB_TOKEN }}
51
+
34
52
docs-style :
35
53
name : Documentation Style Check
36
54
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments