sync: Remove debug log that prints CEL fallback expressions #1834
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: Process PRs | |
| on: | |
| - pull_request_target | |
| jobs: | |
| labels: | |
| name: Labelers | |
| runs-on: ubuntu-latest | |
| permissions: | |
| contents: read | |
| issues: write | |
| pull-requests: write | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # ratchet:actions/checkout@v6.0.2 | |
| with: | |
| sparse-checkout: .github | |
| - name: Apply Labels | |
| uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # ratchet:actions/labeler@v6 | |
| with: | |
| configuration-path: .github/labeler-pr.yml | |
| - name: Apply Size Labels | |
| uses: codelytv/pr-size-labeler@4ec67706cd878fbc1c8db0a5dcd28b6bb412e85a # ratchet:codelytv/pr-size-labeler@v1.10.3 | |