Skip to content

Commit e93f4f6

Browse files
committed
change example config to add allow_ongoing_checks
1 parent a6ad099 commit e93f4f6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,11 @@ jobs:
113113
token: ${{ secrets.ACTION_USER_TOKEN }}
114114
base: 'master'
115115
required_approval_count: 2
116-
require_passed_checks: false
116+
require_passed_checks: true
117+
allow_ongoing_checks: true
117118
sort: 'created'
118119
direction: 'desc'
119-
require_auto_merge_enabled: false
120+
require_auto_merge_enabled: true
120121
```
121122
122123
Replace the `VERSION_YOU_WANT_TO_USE` with the actual version you want to use, check the version format [here](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstepsuses)

0 commit comments

Comments
 (0)