feat(NumberTheory/Chebyshev): express the Chebyshev theta function in terms of the prime counting function #4837
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: splice-bot | |
| on: | |
| pull_request_review_comment: | |
| types: [created] | |
| permissions: {} | |
| jobs: | |
| call-splice-bot: | |
| if: ${{ contains(github.event.comment.body, 'splice-bot') }} | |
| uses: leanprover-community/SpliceBot/.github/workflows/splice.yaml@fdb442693d6f613b25d2599ad64fd87cf019b9ce # master | |
| with: | |
| # Optional override; omit to use the reusable workflow's default "master" | |
| base_ref: master |