pull/388/head
Wyatt Stanke 11 months ago
parent 11d4906486
commit 03265726ec
No known key found for this signature in database
GPG Key ID: CE6BA5FFF135536D

@ -2,67 +2,51 @@
documentation:
- changed-files:
- any-glob-to-any-file: ["docs/**", "*.md"]
tests:
- changed-files:
- any-glob-to-any-file: "tests/**"
agents:
- changed-files:
- any-glob-to-any-file: "swarms/agents/**"
artifacts:
- changed-files:
- any-glob-to-any-file: "swarms/artifacts/**"
chunkers:
- changed-files:
- any-glob-to-any-file: "swarms/chunkers/**"
cli:
- changed-files:
- any-glob-to-any-file: "swarms/cli/**"
loaders:
- changed-files:
- any-glob-to-any-file: "swarms/loaders/**"
memory:
- changed-files:
- any-glob-to-any-file: "swarms/memory/**"
models:
- changed-files:
- any-glob-to-any-file: "swarms/models/**"
prompts:
- changed-files:
- any-glob-to-any-file: "swarms/prompts/**"
structs:
- changed-files:
- any-glob-to-any-file: "swarms/structs/**"
telemetry:
- changed-files:
- any-glob-to-any-file: "swarms/telemetry/**"
tokenizers:
- changed-files:
- any-glob-to-any-file: "swarms/tokenizers/**"
tools:
- changed-files:
- any-glob-to-any-file: "swarms/tools/**"
utils:
- changed-files:
- any-glob-to-any-file: "swarms/utils/**"
workers:
- changed-files:
- any-glob-to-any-file: "swarms/workers/**"
rust:
- changed-files:
- any-glob-to-any-file: "**/*.rs"

@ -1,3 +1,4 @@
---
name: "Setup"
description: Setup the environment for the project
inputs:
@ -5,7 +6,6 @@ inputs:
description: "Python version to use"
required: false
default: "3.10"
runs:
using: "composite"
steps:
@ -39,8 +39,8 @@ runs:
source .venv/bin/activate
echo PATH=$PATH >> $GITHUB_ENV
shell: bash
# - name: "Install apt dependencies"
# run: |
# sudo apt-get update
# sudo apt-get install -y python3-opencv
# shell: bash
# - name: "Install apt dependencies"
# run: |
# sudo apt-get update
# sudo apt-get install -y python3-opencv
# shell: bash

@ -11,7 +11,6 @@
# https://github.com/codacy/codacy-analysis-cli-action.
# For more information on Codacy Analysis CLI in general, see
# https://github.com/codacy/codacy-analysis-cli.
name: Codacy Security Scan
on:
push:

@ -60,9 +60,6 @@ jobs:
# queries: security-extended,security-and-quality
uses: github/codeql-action/autobuild@v3
# Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
# If the Autobuild fails above, remove it and uncomment the following three lines.
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
@ -70,6 +67,9 @@ jobs:
# echo "Run, Build Application using script"
# ./location_of_script_within_repo/buildscript.sh
- name: Perform CodeQL Analysis
# Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"

@ -5,7 +5,6 @@
# To use this workflow, you will need to set up a .github/labeler.yml
# file with configuration. For more information, see:
# https://github.com/actions/labeler
name: Labeler
on: [pull_request_target]
jobs:

@ -25,24 +25,23 @@ jobs:
close-issue-reason: not_planned
any-of-labels: "status:awaiting user response,status:more data needed"
stale-issue-message: >
Marking this issue as stale since it has been open for 14 days with no activity.
This issue will be closed if no further activity occurs.
Marking this issue as stale since it has been open for 14 days with no activity. This issue will be closed if no further
activity occurs.
close-issue-message: >
This issue was closed because it has been inactive for 28 days.
Please post a new issue if you need further assistance.
This issue was closed because it has been inactive for 28 days. Please post a new issue if you need further assistance.
Thanks!
days-before-pr-stale: 14
days-before-pr-close: 14
stale-pr-label: "status:stale"
stale-pr-message: >
Marking this pull request as stale since it has been open for 14 days with no activity.
This PR will be closed if no further activity occurs.
Marking this pull request as stale since it has been open for 14 days with no activity. This PR will be closed if no
further activity occurs.
close-pr-message: >
This pull request was closed because it has been inactive for 28 days.
Please open a new pull request if you need furtherassistance. Thanks!
This pull request was closed because it has been inactive for 28 days. Please open a new pull request if you need furtherassistance.
Thanks!
# Label that can be assigned to issues to exclude them from being marked as stale
exempt-issue-labels: 'override-stale'

@ -1,6 +1,5 @@
---
# Notebook-related checks
name: Presubmit checks
on:
# Relevant PRs

@ -15,8 +15,8 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: >
Hello there, thank you for opening an Issue ! 🙏🏻
The team was notified and they will get back to you asap.
Hello there, thank you for opening an Issue ! 🙏🏻 The team was notified and they will get back to you asap.
pr-message: >
Hello there, thank you for opening an PR ! 🙏🏻
The team was notified and they will get back to you asap.
Hello there, thank you for opening an PR ! 🙏🏻 The team was notified and they will get back to you asap.

@ -1,4 +1,4 @@
formatter:
type: basic
include_document_start: true
max_line_length: 127
max_line_length: 127

@ -178,4 +178,4 @@ nav:
- Hiring: "corporate/hiring.md"
- SwarmCloud: "corporate/swarm_cloud.md"
- SwarmMemo: "corporate/swarm_memo.md"
- Data Room: "corporate/data_room.md"
- Data Room: "corporate/data_room.md"

Loading…
Cancel
Save