Skip to content

Commit

Permalink
Run githubWorkflowGenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
bpholt committed Oct 28, 2024
1 parent 0d55e25 commit 488496c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ pull_request_rules:
- status-success=Build and Test (ubuntu-latest, 3, temurin@17, rootNative)
actions:
merge: {}
- name: Label core PRs
conditions:
- files~=^modules/core/
actions:
label:
add:
- core
remove: []
- name: Label docs PRs
conditions:
- files~=^modules/docs/
Expand All @@ -47,3 +55,11 @@ pull_request_rules:
add:
- http4s
remove: []
- name: Label mtl PRs
conditions:
- files~=^modules/mtl/
actions:
label:
add:
- mtl
remove: []

0 comments on commit 488496c

Please sign in to comment.