You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once you’ve added endock/multi-labeler to your repository,
292
+
Once you’ve added gofiber/multi-labeler to your repository,
293
293
it must be enabled by adding a `.github/labeler.yml` configuration file to the repository.
294
294
If you want to use a configuration file shared across multiple repositories,
295
295
you can set the`config-repo` input to point to a different repository.
@@ -298,7 +298,7 @@ as the default `GITHUB_TOKEN` only has access to the repository the action is ru
298
298
299
299
## Matchers
300
300
301
-
> RegEx matcher requires backslash '\' to be double slashed '\\'. Hence, to match brackets '()' you need a regex of '\\(\\)'. See https://github.com/endock/multi-labeler/issues/103
301
+
> RegEx matcher requires backslash '\' to be double slashed '\\'. Hence, to match brackets '()' you need a regex of '\\(\\)'. See https://github.com/gofiber/multi-labeler/issues/103
0 commit comments