Update issue-labeler action (#11699)

The latest release of the action requires the field
enable_versioned_regex to be set. We currently don't use
versioned_regex. So this change sets the field to false.
pull/11715/head
Wilken Rivera 4 years ago committed by GitHub
parent a88d54c310
commit 202f93f6a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,4 +13,5 @@ jobs:
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler-issue-triage.yml
enable-versioned-regex: 0

Loading…
Cancel
Save