fix(proxy): quarantine poisoned bridge anchors at circuit open #111
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: PR labeler | |
| on: | |
| pull_request_target: # zizmor: ignore[dangerous-triggers] labels fork PRs without checking out PR code | |
| types: [opened, synchronize, reopened, ready_for_review] | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| jobs: | |
| label: | |
| runs-on: ubuntu-24.04 | |
| steps: | |
| - name: Apply path-based labels | |
| uses: actions/labeler@bf12e9b00b37c5c0ca2b87b79b2daf7891dbda13 | |
| with: | |
| configuration-path: .github/labeler.yml | |
| sync-labels: false |