Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README.md | D | 03-May-2024 | 515 | 14 | 9 | |
deploy.sh | D | 03-May-2024 | 1.4 KiB | 43 | 20 | |
oss-fuzz.yaml | D | 03-May-2024 | 4 KiB | 173 | 145 |
README.md
1# triage-party 2 3This folder contains the triage party config and deploy script for the oss-fuzz instance of [triage-party](https://github.com/google/triage-party). 4 5To make changes to triage party, you'll need to: 61. Make changes to the [config](oss-fuzz.yaml) 71. Deploy a new revision to Cloud Run via [deploy.sh](deploy.sh): 8 9``` 10GITHUB_TOKEN_PATH=[path to file containing github token] DB_PASS=[CloudSQL database password] ./deploy.sh 11``` 12 13Visit https://triage-party-pahypmb2lq-uc.a.run.app to join the party! 14