mirror of
https://github.com/godotengine/godot-prs-by-file.git
synced 2025-12-31 21:48:29 +03:00
Add support for multiple repos; add godot-docs
Also store last selected repo and branch in localStorage
This commit is contained in:
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@@ -33,8 +33,14 @@ jobs:
|
||||
- name: Build the static content using npm
|
||||
run: npm run build
|
||||
|
||||
- name: Fetch pull request data
|
||||
run: npm run compose-db
|
||||
- name: Fetch pull request data (godot)
|
||||
run: npm run compose-db -- repo:godot
|
||||
env:
|
||||
GRAPHQL_TOKEN: ${{ secrets.GRAPHQL_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Fetch pull request data (godot-docs)
|
||||
run: npm run compose-db -- repo:godot-docs
|
||||
env:
|
||||
GRAPHQL_TOKEN: ${{ secrets.GRAPHQL_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user