-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The rule "automatic merge on CI success if only markdown files were changed" merges even *.go files were changed.
https://github.com/KEINOS/Hello-Cobra/runs/4709156113
Hello-Cobra/.github/mergify.yml
Lines 16 to 29 in f281671
| - name: automatic merge on CI success if only markdown files were changed | |
| conditions: | |
| - files~=.\.(?i)(md)$ | |
| - base=main | |
| - check-success=lint | |
| - check-success=Analyze (go) | |
| - check-success=Run tests on Go via container | |
| - check-success=Platform test (ubuntu-latest) | |
| - check-success=Platform test (macos-latest) | |
| - check-success=Platform test (windows-latest) | |
| - -draft | |
| actions: | |
| merge: | |
| method: squash |
Metadata
Metadata
Assignees
Labels
No labels