mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-23 07:46:05 +02:00
Update onpr_automerge.yaml
This commit is contained in:
14
.github/workflows/onpr_automerge.yaml
vendored
14
.github/workflows/onpr_automerge.yaml
vendored
@@ -1,7 +1,7 @@
|
|||||||
# yamllint disable rule:line-length
|
# yamllint disable rule:line-length
|
||||||
# shellcheck disable=SC2043
|
# shellcheck disable=SC2043
|
||||||
---
|
---
|
||||||
name: automerge
|
name: PR automerge
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types:
|
types:
|
||||||
@@ -15,18 +15,6 @@ on:
|
|||||||
pull_request_review:
|
pull_request_review:
|
||||||
types:
|
types:
|
||||||
- submitted
|
- submitted
|
||||||
check_suite:
|
|
||||||
types:
|
|
||||||
- completed
|
|
||||||
status: {}
|
|
||||||
jobs:
|
|
||||||
# This workflow will automatically merge a pull request if the title contains "automerge" and all checks are successful
|
|
||||||
name: Auto Merge PR
|
|
||||||
on:
|
|
||||||
pull_request:
|
|
||||||
types: [opened, synchronize, reopened, edited]
|
|
||||||
check_suite:
|
|
||||||
types: [completed]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
auto-merge:
|
auto-merge:
|
||||||
|
|||||||
Reference in New Issue
Block a user