aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
AgeCommit message (Collapse)Author
2024-04-10Build: Update required GCC version to 11.1Shauren
(cherry picked from commit 16853af7c84b1204357333db399100604ab6cb29)
2023-08-12Build: Update required compilers to current debian stable and VS 2022Shauren
GCC: 10 Clang: 11 MSVC: 2022 (cherry picked from commit 0a1b40241a12b2b2f4549edf0ee263e91236145b)
2021-04-03CI/GitHub: Install GCC 8 (#26341)Giacomo Pozzoni
2020-12-26CI/GitHub: Apply branch label to PRs when they are openedjackpoz
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" (cherry picked from commit 89cfced1b568e8807ab71f7da0e3ffc5cdc10ce7) # Conflicts: # .github/workflows/pr-labeler.yml
2020-10-25CI/GitHub: Switch to GCC 8 (#25610)Giacomo Pozzoni
* 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
2020-08-21CI/GitHub: Build on GCC (#25288)Giacomo Pozzoni
* CI/GitHub: Build on GCC * Mark warnings as errors
2020-08-02Ci/GitHub: Close issues when a fix gets pushed to 3.3.5 branchjackpoz
Fixes #25198
2020-06-26CI/GitHub: Remove GitHub actions from 3.3.5 branchjackpoz
2020-05-23CI/GitHub: Remove PR GitHub Action because of current limitationsjackpoz
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 (cherry picked from commit 59e8b98bef5cee939e684869c3a8bd6ae950ff5b)
2020-05-23CI/GitHub: Add action to label issuesjackpoz
(cherry picked from commit ce10a9482af00dd316d9866fd9bed2934c9db191) CI/GitHub: Add action to label pull requests (cherry picked from commit 92a289e45518e6a4c3a34fed6d28f09002e53352) CI/GitHub: Fix github actions syntax (cherry picked from commit 0435ecc8f52490b6d27ca9c9d3b1f6507932c824) CI/GitHub: Rename jobs (cherry picked from commit 58013167ded4db06f0e59c1102f6406fd65e66b5)