Skip to content

Commit

Permalink
Merge pull request #326 from scottschreckengaust/main
Browse files Browse the repository at this point in the history
feat: update github pull request template locations
  • Loading branch information
zhaoyuheng200 committed Jul 23, 2024
2 parents dd5bb4b + 0ccdcd8 commit a2f8731
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion rulesets/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,11 @@
"dirs": true,
"globsAny": [
"PULL_REQUEST_TEMPLATE*",
".github/PULL_REQUEST_TEMPLATE*"
".github/PULL_REQUEST_TEMPLATE*",
".github/pull_request_template.md",
"docs/pull_request_template.md",
"docs/PULL_REQUEST_TEMPLATE*",
"pull_request_template.md"
]
}
}
Expand Down

0 comments on commit a2f8731

Please sign in to comment.