Age | Commit message (Collapse) | Author |
|
GCC: 10
Clang: 11
MSVC: 2022
|
|
(cherry picked from commit 39bd263c72757acb7facd27cc12b0230866a8f25)
|
|
* CI/GitHub: Switch to GCC 8
Build on GitHub Actions using GCC 8 as it's the oldest supported GCC
* Core/Misc: Attempt to fix GCC 8 build
(cherry picked from commit d7459cccedc7ca9ba85e209dfeef61969fc78d9a)
|
|
* CI/GitHub: Build on GCC
* Mark warnings as errors
(cherry picked from commit f4dc3cbd65f42f9f144c6718d717ac003fa2edc9)
|
|
Apply branch label to PRs when they are opened instead of having a cron job that runs every 5 minutes. This uses the "new" github action type "pull_request_target"
|
|
|
|
|
|
GitHub Actions triggered when creating a Pull Request receive a read-only token that makes them useless when trying to do anything on GitHub.
Useful links:
- https://github.com/actions/first-interaction/issues/10
- https://github.com/actions/labeler/issues/12
- https://github.com/actions/labeler#pull-request-labeler
|
|
|
|
|
|
|
|
|