-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into 423-calendar
- Loading branch information
Showing
303 changed files
with
14,397 additions
and
7,650 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
reviewers: | ||
defaults: | ||
- team:sac-tls | ||
- team:sac |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,14 @@ | ||
name: Auto Request Review | ||
|
||
on: | ||
pull_request: | ||
pull_request_target: | ||
types: [opened, reopened] | ||
|
||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref }} | ||
cancel-in-progress: true | ||
jobs: | ||
auto-request-review: | ||
runs-on: ubuntu-latest | ||
if: github.actor != 'dependabot[bot]' && github.event.pull_request.user.login != 'dependabot[bot]' | ||
steps: | ||
- name: Request review from the TLs and random team members | ||
- name: Request review from the TLs | ||
uses: necojackarc/[email protected] | ||
with: | ||
token: ${{ secrets.PAT_FOR_AUTO_REQUEST_REVIEW }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
.github/workflows/club_scraper.yml → .github/workflows/mock_data.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,26 @@ | ||
# MacOS | ||
.DS_Store | ||
.env | ||
sac-cli | ||
node_modules | ||
|
||
# Cli | ||
sac | ||
|
||
# VSCode | ||
.vscode | ||
.trunk | ||
|
||
# Node modules | ||
node_modules | ||
|
||
# Environment files | ||
.env | ||
.env.dev | ||
tmp/ | ||
|
||
# Debug files | ||
backend/tests/api/__debug_* | ||
.env.prod | ||
|
||
frontend/sac-mobile/ios/ | ||
frontend/sac-mobile/android/ | ||
tmp/ | ||
ios | ||
android |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.