Allow the PRs from dependabot
This commit is contained in:
parent
6490b0fcbd
commit
da976ce088
1 changed files with 1 additions and 1 deletions
2
.github/workflows/issue-pr-interceptor.yml
vendored
2
.github/workflows/issue-pr-interceptor.yml
vendored
|
@ -16,5 +16,5 @@ jobs:
|
|||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
issue-pattern: "\\[x\\] I have read"
|
||||
issue-close-message: ":wave: Hi @${issue.user.login},\n\nThis issue is being automatically closed because it does not follow the issue template."
|
||||
pr-pattern: "\\[x\\] Bug|\\[x\\] New feat|\\[x\\] Break|\\[x\\] Doc"
|
||||
pr-pattern: "\\[x\\] Bug|\\[x\\] New feat|\\[x\\] Break|\\[x\\] Doc|@dependabot"
|
||||
pr-close-message: ":wave: Hi @${pull_request.user.login},\n\nThis PR is being automatically closed because it does not follow the PR template."
|
||||
|
|
Loading…
Reference in a new issue