aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
AgeCommit message (Collapse)Author
2026-02-14Bump minimum Emacs version from 26.1 to 27.1Bozhidar Batsov
Emacs 27.1 was released nearly 6 years ago (August 2020). Bumping the minimum version lets us remove ~30 lines of compatibility code: - Remove fileloop fallback using deprecated tags-loop-scan/operate - Fix tags-query-replace FIXME in projectile-replace-regexp by using fileloop-initialize-replace + fileloop-continue - Replace projectile-flatten with built-in flatten-tree (6 call sites) - Simplify projectile-time-seconds to just (time-convert nil 'integer) - Use proper-list-p for known-projects file validation - Use json-parse-buffer unconditionally in CMake preset reader - Use package-get-version unconditionally - Add (require 'fileloop) as a proper dependency - Drop Emacs 26.3 from CI matrix
2026-02-13Bump GitHub Actions to latest versionsBozhidar Batsov
- actions/checkout v4 -> v6 - actions/stale v9 -> v10
2026-01-07ci: add emacs 30.2Philippe Vaucher
2026-01-07ci: update emacs stable versionsPhilippe Vaucher
2025-05-27Remove stale labels instantly on activityBozhidar Batsov
2025-01-30Relax the staleness checksBozhidar Batsov
2025-01-30Drop support for Emacs 25Bozhidar Batsov
Emacs 25 is ancient at this point and likely no one is using it anymore.
2025-01-24Don't mark as stale issues and PRs with a milestoneBozhidar Batsov
2025-01-23Ignore bugs in staleness checksBozhidar Batsov
2025-01-18Fix exempt labels for the action/staleBozhidar Batsov
Turned out those were supposed to be a string.
2025-01-17Replace the defunct stale bot with actions/staleBozhidar Batsov
2024-11-01Upgrade actions/checkout to v4Stephan Creutz
This will fix the following warning: "The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. [...]"
2024-02-10Add Emacs 29 to the CI matrixBozhidar Batsov
2022-05-22Add Emacs 28.1 to CI testsJohanan Idicula
Now that Emacs 28.1 is released and the latest stable version available, we should include testing with this version in CI.
2020-08-21Switch over continuous integration from Travis to GitHub workflowsPaul Pogonyshev