Skip to content

Commit

Permalink
fix: updated .gthub files
Browse files Browse the repository at this point in the history
  • Loading branch information
kaditya97 committed May 16, 2024
1 parent 8faf92f commit 39d3fbb
Show file tree
Hide file tree
Showing 6 changed files with 171 additions and 333 deletions.
322 changes: 0 additions & 322 deletions .github/dependabot.yml

This file was deleted.

12 changes: 4 additions & 8 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
"codebase: frontend":
"scope: frontend":
- frontend/**/*
"codebase: backend":
"scope: backend":
- backend/**/*
- tests/**/*
- migrations/**/*
- ./manage.py
- ./pyproject.toml
"infrastructure":
"scope: infrastructure":
- .circleci/*
- .github/**/*
- scripts/aws/**/*
Expand All @@ -16,9 +16,5 @@
"dependencies":
- frontend/yarn.lock
- ./pyproject.toml
"javascript":
- frontend/yarn.lock
"python":
- ./pyproject.toml
"type: translations":
"scope: translations":
- frontend/src/locales/*
1 change: 1 addition & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ Notes for the reviewer. How to test this change?
- ✅ Provide tests for your changes.
- 📝 Use descriptive commit messages.
- 📗 Update any related documentation and include any relevant screenshots.
- 🔠 Does this PR introduce or change any environment variables? If so, make sure to specify this change in the description.

## [optional] What gif best describes this PR or how it makes you feel?

0 comments on commit 39d3fbb

Please sign in to comment.