diff options
author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-11-21 11:04:41 +0100 |
---|---|---|
committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-11-21 11:04:57 +0100 |
commit | d188e34fb563fdac52e71e100f4d170ba78d6158 (patch) | |
tree | 10f8beddba8adbea99318c1e1330ce92bb4ad097 /.github | |
parent | Merge pull request #12336 from cscarpitta/fix/increase-sid-index-limit (diff) | |
download | frr-d188e34fb563fdac52e71e100f4d170ba78d6158.tar.xz frr-d188e34fb563fdac52e71e100f4d170ba78d6158.zip |
github: Add enable-versioned-regex expicitly in labeler.yml
Error: Error: Input required and not supplied: enable-versioned-regex
Error: Input required and not supplied: enable-versioned-regex
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/labeler.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 79bb73f41..9b01cd1b9 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -17,3 +17,4 @@ jobs: with: repo-token: "${{ secrets.GITHUB_TOKEN }}" configuration-path: .github/labeler.yml + enable-versioned-regex: 0 |