lean4-htt/.github/workflows
Kim Morrison 896da85304
fix: CI CMakeLists.txt version check extracts wrong value (#12131)
This PR fixes a bug in the CI version validation where `grep -oE
'[0-9]+'` matches
multiple numbers from the comment on the same line:

```
set(LEAN_VERSION_IS_RELEASE 1)  # This number is 1 in the release revision, and 0 otherwise.
```

The grep extracts `1`, `1`, and `0`, causing the comparison to fail.

🤖 Prepared with Claude Code
2026-01-24 00:34:31 +00:00
..
actionlint.yml chore: CI: bump actions/checkout from 5 to 6 (#11459) 2026-01-09 07:43:13 +00:00
awaiting-manual.yml chore: CI: bump actions/github-script from 7 to 8 (#10648) 2025-10-07 11:41:04 +00:00
awaiting-mathlib.yml chore: CI: bump actions/github-script from 7 to 8 (#10648) 2025-10-07 11:41:04 +00:00
backport.yml chore: CI: add backport action 2023-09-25 11:33:14 +02:00
build-template.yml chore: CI: bump actions/checkout from 5 to 6 (#11459) 2026-01-09 07:43:13 +00:00
check-prelude.yml chore: CI: bump actions/checkout from 5 to 6 (#11459) 2026-01-09 07:43:13 +00:00
check-stage0.yml chore: CI: bump actions/checkout from 5 to 6 (#11459) 2026-01-09 07:43:13 +00:00
check-stdlib-flags.yml chore: ci: check for changes to src/stdlib_flags.h (#11679) 2025-12-15 07:17:12 +00:00
ci.yml fix: CI CMakeLists.txt version check extracts wrong value (#12131) 2026-01-24 00:34:31 +00:00
copyright-header.yml chore: CI: bump actions/checkout from 5 to 6 (#11459) 2026-01-09 07:43:13 +00:00
grove.yml chore: ci: bump grove-action to v0.5 (#11559) 2025-12-09 10:33:31 +00:00
jira.yml chore: CI: Jira sync 2024-07-24 19:52:55 +02:00
labels-from-comments.yml chore: CI: bump actions/github-script from 7 to 8 (#10648) 2025-10-07 11:41:04 +00:00
pr-body.yml chore: CI: bump actions/github-script from 7 to 8 (#10648) 2025-10-07 11:41:04 +00:00
pr-release.yml chore: CI: bump actions/checkout from 5 to 6 (#11459) 2026-01-09 07:43:13 +00:00
pr-title.yml chore: adjust pr-title check to enforce capitalization (#11033) 2025-10-31 07:23:25 +00:00
restart-on-label.yml chore: restart-on-label: Also filter by commit SHA (#5099) 2024-08-20 07:45:43 +00:00
stale.yml chore: CI: bump actions/stale from 9 to 10 (#10647) 2025-10-07 11:41:31 +00:00
update-stage0.yml chore: CI: bump actions/checkout from 5 to 6 (#11459) 2026-01-09 07:43:13 +00:00