feat: refinement of knowledge panel rendering template. #8646
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: '馃挜 Auto-Label Merge Conflicts on PRs' | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request_target: | |
| types: [synchronize] | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| triage: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: eps1lon/actions-label-merge-conflict@0273be72a0bbd58fcd71d0d6c02c209b50d1e5e1 # v3.1.0 (2026-05-27) | |
| continue-on-error: true # Don鈥檛 mark PRs as failing because this errs | |
| with: | |
| dirtyLabel: "馃挜 Merge Conflicts" | |
| repoToken: ${{ secrets.GITHUB_TOKEN }} | |
| retryMax: 5 | |
| retryAfter: 5000 |