File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ github : CortexFlow
Original file line number Diff line number Diff line change 1- ---
2- name : Pull Request
3- about : Submit a Pull Request
4- title : ' [Feature/Fix] Short description'
5- labels : ' '
6- assignees : ' '
7-
8- ---
9-
1+ # Changes
102## Description
113
124<!-- Provide a clear and concise description of the change. -->
@@ -30,6 +22,8 @@ assignees: ''
3022
3123<!-- Mention related issues with `Closes #issue_number` or `Fixes #issue_number`. -->
3224
25+ # Tests
26+
3327## Screenshots (if applicable)
3428
3529<!-- Add screenshots or GIFs to illustrate your changes. -->
Original file line number Diff line number Diff line change 11reviewers :
22 - name : LorenzoTettamanti
3+ - name : siddh34
34
Original file line number Diff line number Diff line change 44# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
55
66version : 2
7- updates :
8- - package-ecosystem : " npm"
9- directory : " /frontend" # Location of package manifests
7+ updates :
8+ - package-ecosystem : " cargo"
9+ directory : " /core" # Location of package manifests
10+ schedule :
11+ interval : " weekly"
12+ groups :
13+ all-updates :
14+ patterns :
15+ - " *"
16+
17+ - package-ecosystem : " cargo"
18+ directory : " /cli" # Location of package manifests
1019 schedule :
1120 interval : " weekly"
1221 groups :
@@ -15,7 +24,7 @@ updates:
1524 - " *"
1625
1726 - package-ecosystem : " cargo"
18- directory : " /core " # Location of package manifests
27+ directory : " /mcp " # Location of package manifests
1928 schedule :
2029 interval : " weekly"
2130 groups :
Original file line number Diff line number Diff line change 3030 uses : pozil/auto-assign-issue@v1
3131 with :
3232 repo-token : ${{ secrets.GITHUB_TOKEN }}
33- assignees : LorenzoTettamanti
34-
35- cli-issue-assigner :
36- if : github.event_name == 'issues' && github.event.action == 'labeled' && github.event.issue.labels.name == 'cortexflow cli'
37- runs-on : ubuntu-latest
38- permissions :
39- issues : write
40- steps :
41- - name : " Cli issue assigner"
42- uses : pozil/auto-assign-issue@v1
43-
44- with :
45- repo-token : ${{ secrets.GITHUB_TOKEN }}
46- assignees : LorenzoTettamanti,PranavVerma-droid
33+ assignees : LorenzoTettamanti
Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Checkout code
16- uses : actions/checkout@v2
16+ uses : actions/checkout@v4
1717 - name : Assign reviewers
1818 uses : johnmanjiro13/auto-reviewer-assign@v0.2.0
1919 with :
You can’t perform that action at this time.
0 commit comments