mirror of
https://github.com/godotengine/godot-prs-by-file.git
synced 2026-01-05 18:10:17 +03:00
CI: Commit with dummy account to stop receiving notification spam
The action fails multiple times per day due to flaky GH API, that's too much spam.
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
||||
- name: Install Node.js 16.x
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
@@ -32,19 +32,19 @@ jobs:
|
||||
|
||||
- name: Build the static content using npm
|
||||
run: npm run build
|
||||
|
||||
|
||||
- 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 }}
|
||||
|
||||
|
||||
- name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user