[Merged by Bors] - fix: do not remove reactions if the corresponding label is still present on the PR #104105
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
on: | |
pull_request | |
name: lint and suggest | |
jobs: | |
style_lint: | |
if: github.repository == 'leanprover-community/mathlib4' && github.event.pull_request.draft == false | |
name: Lint style | |
runs-on: ubuntu-latest | |
steps: | |
- uses: leanprover-community/lint-style-action@f2e7272aad56233a642b08fe974cf09dd664b0c8 # 2025-05-22 | |
with: | |
mode: suggest | |
lint-bib-file: true |