bgpd: flowspec: remove sizelimit check applied to the wrong length field (issue 18557) #11997
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: Add PRs size label | |
| on: pull_request_target | |
| jobs: | |
| size-label: | |
| if: github.repository == 'frrouting/frr' | |
| runs-on: ubuntu-latest | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| steps: | |
| - name: size-label | |
| uses: "pascalgn/[email protected]" | |
| env: | |
| GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" | |
| with: | |
| sizes: > | |
| { | |
| "0": "XS", | |
| "20": "S", | |
| "50": "M", | |
| "200": "L", | |
| "800": "XL", | |
| "2000": "XXL" | |
| } |