mirror of
https://github.com/kevinthedang/discord-ollama.git
synced 2025-12-12 03:46:08 -05:00
* add redis container * Updated Guides and Goals (#134) * Update README.md * Update commands-guide.md * Update events-guide.md * Update commands-guide.md * Added: redis client * Fixed: redis mock in commands.test.ts * Updated: npm package patches * Fixed: redis ip name in keys.ts * update Node LTS version, workflow env vars * Updated: node package engine requirements * Updated: documentation * fix: upgrade dotenv from 16.4.5 to 16.4.7 (#152) Snyk has created this PR to upgrade dotenv from 16.4.5 to 16.4.7. See this package in npm: dotenv See this project in Snyk: https://app.snyk.io/org/jt2m0l3y/project/d8b070a3-e4a3-457a-977b-7eb6a4a48346?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * Update: docs patches, connection ordering --------- Co-authored-by: snyk-bot <snyk-bot@snyk.io>
25 lines
628 B
Plaintext
25 lines
628 B
Plaintext
# The further along the ownership is, the more precedence it has.
|
|
# This to make sure the right people look at certain changes.
|
|
# Last Edited: 11/23/2024
|
|
# Author: Kevin Dang
|
|
|
|
# These owners will be the default owners
|
|
# for everything in the repo. However it's
|
|
# only for the rest of the files not declared by the
|
|
# following ownerships below.
|
|
* @kevinthedang @JT2M0L3Y
|
|
|
|
# Technical/Business Code Ownership
|
|
/src/ @kevinthedang @JT2M0L3Y
|
|
/tests/ @JT2M0L3Y
|
|
/.github/ @kevinthedang
|
|
|
|
# Docker Ownership
|
|
Dockerfile @kevinthedang
|
|
docker-compose.yml @kevinthedang
|
|
|
|
# Documentation Ownership
|
|
/docs/ @kevinthedang
|
|
/imgs/ @kevinthedang
|
|
|