Skip to content

ci: add daily master tags#35426

Open
kim-em wants to merge 1 commit intomasterfrom
ci/daily-master-tags
Open

ci: add daily master tags#35426
kim-em wants to merge 1 commit intomasterfrom
ci/daily-master-tags

Conversation

@kim-em
Copy link
Contributor

@kim-em kim-em commented Feb 17, 2026

This PR adds a GitHub Actions workflow that creates a master-YYYY-MM-DD tag from master each day at 10:00 UTC.

Downstream repos that depend on mathlib can pin to these tags instead of waiting for the monthly toolchain release tags.

The workflow is idempotent (skips if the tag already exists) and can also be triggered manually via workflow_dispatch.

🤖 Prepared with Claude Code

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions
Copy link

PR summary 32fe3f9354

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference

Declarations diff

No declarations were harmed in the making of this PR! 🐙

You can run this locally as follows
## summary with just the declaration names:
./scripts/declarations_diff.sh <optional_commit>

## more verbose report:
./scripts/declarations_diff.sh long <optional_commit>

The doc-module for scripts/declarations_diff.sh contains some details about this script.


No changes to technical debt.

You can run this locally as

./scripts/technical-debt-metrics.sh pr_summary
  • The relative value is the weighted sum of the differences with weight given by the inverse of the current value of the statistic.
  • The absolute value is the relative value divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).

@github-actions github-actions bot added the CI Modifies the continuous integration setup or other automation label Feb 17, 2026
runs-on: ubuntu-latest
if: github.repository == 'leanprover-community/mathlib4'
steps:
- uses: actions/checkout@v4
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- uses: actions/checkout@v4
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

Thanks!
bors d+

@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Feb 17, 2026

✌️ kim-em can now approve this pull request. To approve and merge a pull request, simply reply with bors r+. More detailed instructions are available here.

@mathlib-triage mathlib-triage bot added the delegated This pull request has been delegated to the PR author (or occasionally another non-maintainer). label Feb 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI Modifies the continuous integration setup or other automation delegated This pull request has been delegated to the PR author (or occasionally another non-maintainer).

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments