You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,10 +113,11 @@ jobs:
113
113
token: ${{ secrets.ACTION_USER_TOKEN }}
114
114
base: 'master'
115
115
required_approval_count: 2
116
-
require_passed_checks: false
116
+
require_passed_checks: true
117
+
allow_ongoing_checks: true
117
118
sort: 'created'
118
119
direction: 'desc'
119
-
require_auto_merge_enabled: false
120
+
require_auto_merge_enabled: true
120
121
```
121
122
122
123
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