Hi,
When using this action, I'm getting the following output
Run mheap/github-action-required-labels@v5
with:
mode: exactly
count: 0
labels: qa:required,qa:waiting-correction
token: ***
message: Label error. Requires {{errorString}} {{count}} of: {{ provided }}. Found: {{ applied }}
add_comment: false
use_regex: false
(node:1957) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
(node:1957) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.
Would be nice to solve the deprecation ; but I'm unsure exactly where they come from.
Maybe bumping the dependencies could solve them (?)
Hi,
When using this action, I'm getting the following output
Would be nice to solve the deprecation ; but I'm unsure exactly where they come from.
Maybe bumping the dependencies could solve them (?)