Skip to content

Commit f72895b

Browse files
(update): updated CI/CD actions. Added FUNDING.yml
1 parent 00781f0 commit f72895b

6 files changed

Lines changed: 20 additions & 28 deletions

File tree

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github: CortexFlow

.github/PULL_REQUEST_TEMPLATE/pull_request_template.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
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. -->

.github/auto-reviewer-assign.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
reviewers:
22
- name: LorenzoTettamanti
3+
- name: siddh34
34

.github/dependabot.yml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,18 @@
44
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
55

66
version: 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:

.github/workflows/auto-assign.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,4 @@ jobs:
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

.github/workflows/auto-reviewer-assign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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:

0 commit comments

Comments
 (0)