File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ jobs:
17
17
run : |
18
18
npm install
19
19
npm run all
20
-
20
+
21
21
test : # make sure the action works on a clean machine without building
22
22
runs-on : ubuntu-latest
23
23
steps :
24
24
- uses : actions/checkout@v1
25
25
- uses : ./
26
- with :
26
+ with :
27
27
pattern : ' \[(BUGFIX|DOCS|FEATURE|TASK)\] .+$'
28
28
error : ' Your first line has to contain a commit type like "[BUGFIX]".'
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ async function getCommitMessagesFromPullRequest(
163
163
164
164
const body = {
165
165
query : `
166
- query{
166
+ query{
167
167
repository(owner: "${ repo . owner . name } ", name:"${ repo . name } ") {
168
168
pullRequest(number: ${ pullRequest . number } ) {
169
169
commits (last: 100) {
You can’t perform that action at this time.
0 commit comments