Skip to content

Commit ca1ba65

Browse files
committed
Merge branch 'master' into tangentspace-elaborators
2 parents 805e84e + f3179c5 commit ca1ba65

652 files changed

Lines changed: 16655 additions & 5519 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/PR_summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2828
with:
2929
repository: leanprover-community/mathlib-ci
30-
ref: 7355aeb4f32cb2a181d02abd7a9d6ab4fe033286
30+
ref: 4af75ac0b0d1aaf38d4546a779bc5c68b4d75069
3131
fetch-depth: 1
3232
path: ci-tools
3333

.github/workflows/build_template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
mathlib_ci_ref:
2424
type: string
2525
required: false
26-
default: 7355aeb4f32cb2a181d02abd7a9d6ab4fe033286
26+
default: 4af75ac0b0d1aaf38d4546a779bc5c68b4d75069
2727

2828
env:
2929
# Disable Lake's automatic fetching of cloud builds.

.github/workflows/commit_verification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4545
with:
4646
repository: leanprover-community/mathlib-ci
47-
ref: 7355aeb4f32cb2a181d02abd7a9d6ab4fe033286
47+
ref: 4af75ac0b0d1aaf38d4546a779bc5c68b4d75069
4848
fetch-depth: 1
4949
path: ci-tools
5050

.github/workflows/label_new_contributor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
header: 'New Contributor Welcome'
105105
message: |
106106
## Welcome new contributor!
107-
Thank you for contributing to Mathlib! If you haven't done so already, please review our [contribution guidelines](https://leanprover-community.github.io/contribute/index.html), as well as the [style guide](https://leanprover-community.github.io/contribute/style.html) and [naming conventions](https://leanprover-community.github.io/contribute/naming.html).
107+
Thank you for contributing to Mathlib! If you haven't done so already, please review our [contribution guidelines](https://leanprover-community.github.io/contribute/index.html), as well as the [style guide](https://leanprover-community.github.io/contribute/style.html) and [naming conventions](https://leanprover-community.github.io/contribute/naming.html). In particular, we kindly remind contributors that we have [guidelines](https://leanprover-community.github.io/contribute/index.html#use-of-ai) regarding the use of AI when making pull requests.
108108
109109
We use a [review queue](https://leanprover-community.github.io/queueboard/review_dashboard.html) to manage reviews. If your PR does not appear there, it is probably because it is not successfully building (i.e., it doesn't have a green checkmark), has the `awaiting-author` tag, or another reason described in the [Lifecycle of a PR](https://leanprover-community.github.io/contribute/index.html#lifecycle-of-a-pr). The review dashboard has [a dedicated webpage](https://leanprover-community.github.io/queueboard/on_the_queue.html?search=${{ github.event.pull_request.number }}) which shows whether your PR is on the review queue, and (if not), why.
110110

.github/workflows/latest_import.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3333
with:
3434
repository: leanprover-community/mathlib-ci
35-
ref: 7355aeb4f32cb2a181d02abd7a9d6ab4fe033286
35+
ref: 4af75ac0b0d1aaf38d4546a779bc5c68b4d75069
3636
fetch-depth: 1
3737
path: ci-tools
3838

.github/workflows/long_file_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919
with:
2020
repository: leanprover-community/mathlib-ci
21-
ref: 7355aeb4f32cb2a181d02abd7a9d6ab4fe033286
21+
ref: 4af75ac0b0d1aaf38d4546a779bc5c68b4d75069
2222
fetch-depth: 1
2323
path: ci-tools
2424

.github/workflows/maintainer_bors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
181181
with:
182182
repository: leanprover-community/mathlib-ci
183-
ref: 7355aeb4f32cb2a181d02abd7a9d6ab4fe033286
183+
ref: 4af75ac0b0d1aaf38d4546a779bc5c68b4d75069
184184
fetch-depth: 1
185185
path: ci-tools
186186

.github/workflows/maintainer_bors_wf_run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
123123
with:
124124
repository: leanprover-community/mathlib-ci
125-
ref: 7355aeb4f32cb2a181d02abd7a9d6ab4fe033286
125+
ref: 4af75ac0b0d1aaf38d4546a779bc5c68b4d75069
126126
fetch-depth: 1
127127
path: ci-tools
128128

.github/workflows/maintainer_merge.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
name: Ping maintainers on Zulip
3232
runs-on: ubuntu-latest
3333
if: >- # crude check to skip running this on most reviews / comments
34-
github.repository == 'leanprover-community/mathlib4' &&
34+
github.repository == 'leanprover-community/mathlib4' &&
3535
(
36-
contains(format('{0}{1}', github.event.comment.body, github.event.review.body), 'maintainer merge') ||
36+
contains(format('{0}{1}', github.event.comment.body, github.event.review.body), 'maintainer merge') ||
3737
contains(format('{0}{1}', github.event.comment.body, github.event.review.body), 'maintainer delegate')
3838
)
3939
steps:
@@ -124,7 +124,7 @@ jobs:
124124
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
125125
with:
126126
repository: leanprover-community/mathlib-ci
127-
ref: 7355aeb4f32cb2a181d02abd7a9d6ab4fe033286
127+
ref: 4af75ac0b0d1aaf38d4546a779bc5c68b4d75069
128128
fetch-depth: 1
129129
path: ci-tools
130130

.github/workflows/maintainer_merge_wf_run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9191
with:
9292
repository: leanprover-community/mathlib-ci
93-
ref: 7355aeb4f32cb2a181d02abd7a9d6ab4fe033286
93+
ref: 4af75ac0b0d1aaf38d4546a779bc5c68b4d75069
9494
fetch-depth: 1
9595
path: ci-tools
9696

0 commit comments

Comments
 (0)