ci: add auto_merge_enabled to pull_request types in ci.yml (#2762)
ci.yml: add pull_request types for auto_merge_enabled
This commit is contained in:
parent
8980538879
commit
e7c4474e07
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -16,6 +16,8 @@ on:
|
|||
description: "Store API Key"
|
||||
required: false
|
||||
type: string
|
||||
pull_request:
|
||||
types: [auto_merge_enabled]
|
||||
pull_request_review:
|
||||
types: [submitted]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue