Skip to content

Commit

Permalink
DEV-99: Upload transcript button (#59)
Browse files Browse the repository at this point in the history
* added upload transcript button

* fix: dependabot yaml syntax

---------

Signed-off-by: Windsor Nguyễn <[email protected]>
Co-authored-by: Windsor Nguyễn <[email protected]>
  • Loading branch information
hannahchoi05 and windsornguyen authored Feb 7, 2025
1 parent 16e1dbc commit a89a66d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 33 deletions.
35 changes: 3 additions & 32 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,40 +1,17 @@
# Dependabot configuration file
version: 2
updates:
# TypeScript dependencies managed by npm
- package-ecosystem: "npm"
directory: "frontend/"
target-branch: "dev"
schedule:
interval: "weekly"
day: "tuesday"
commit-message:
prefix: "deps"
labels:
- "typescript"
- "dependencies"
- "frontend"
reviewers:
- "HoagieClub/hoagie-plan"
- "issacli-0821"
- "G-Marin"
- "windsornguyen"
- "ggchiriac"
open-pull-requests-limit: 5

# TypeScript dependencies managed by Bun
- package-ecosystem: "bun"
directory: "frontend/"
schedule:
interval: "weekly"
day: "tuesday"
commit-message:
prefix: "deps"
labels:
- "typescript"
- "dependencies"
- "frontend"
reviewers:
- "HoagieClub/hoagie-plan"
- "issacli-0821"
- "G-Marin"
- "windsornguyen"
Expand All @@ -44,24 +21,18 @@ updates:
# Python dependencies managed by pip
- package-ecosystem: "pip"
directory: "backend/"
target-branch: "dev"
schedule:
interval: "weekly"
day: "thursday"
commit-message:
prefix: "deps"
labels:
- "python"
- "dependencies"
- "backend"
reviewers:
- "HoagieClub/hoagie-plan"
- "issacli-0821"
- "G-Marin"
- "windsornguyen"
- "ggchiriac"
open-pull-requests-limit: 5

# Notifications and branch naming
pull-request-branch-name:
separator: "_"
versioning-strategy: "auto" # Keeps dependencies within compatibility constraints

2 changes: 1 addition & 1 deletion frontend/components/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ const Search: FC = () => {
</footer>
</FilterModal>
) : null;

return (
<>
<div className='block w-full pr-3 text-left'>
Expand Down

0 comments on commit a89a66d

Please sign in to comment.