mirror of
https://github.com/godotengine/issue-stats.git
synced 2025-12-30 21:48:21 +03:00
- Add the following hardware to the list:
- CPUs:
- AMD Zen 5.
- Intel Arrow Lake, Raptor Lake refresh.
- GPUs:
- AMD RDNA4.
- Intel Battlemage.
- NVIDIA Blackwell.
- Add link to variable rate shading documentation.
- Update guidance on GitHub tokens to follow recent changes.
- Use SSL verification when performing GraphQL API requests.
- Update dependencies to work with Python 3.13.
6 lines
308 B
Plaintext
6 lines
308 B
Plaintext
# Copy this file to `.env` and modify it.
|
|
# Go to <https://github.com/settings/personal-access-tokens>
|
|
# to generate a fine-grained token with read-only public repository access.
|
|
# Its expiration date *must* be set to less than 366 days in the future.
|
|
GODOT_ISSUES_STATS_GITHUB_TOKEN="github_pat_token_here"
|