labeler icon indicating copy to clipboard operation
labeler copied to clipboard

An action for automatically labelling pull requests

Results 150 labeler issues
Sort by recently updated
recently updated
newest added

Is it possible to setup the workflow in such a way that it can also label old PRs with the same logic?

In order to use this action as one step in a series of steps in a workflow (and use the changed labels as input to downstream actions), this PR outputs...

## Description Add `cache` to workflows using `actions/setup-node` ## Context `setup-node` GitHub Action just released a new option to add cache to steps using it. You can find the details...

Thank you 🙇‍♀ for wanting to create an issue in this repository. Before you do, please ensure you are filing the issue in the right place. Issues should only be...

How to setup? I have 3 labels, HTML, JS, CSS. For HTML pr I want to add the html label, and so on.

In my opinion the readme does not specify clearly enough how globs should be specified, especially when they start with a wildcard. ~My problem was that " like it is...

Closes https://github.com/actions/labeler/issues/104 Following syntax at https://github.com/actions/toolkit/blob/master/packages/glob/README.md#recommended-action-inputs

Actual: * if I have a change in a folder `src/.deploy` and matcher for `src/**/*` it would not be matched. Expected: * folders starting with dot should be matched as...

I'm trying to add a label to PR:s only if certain files have changed. I tried the following: ``` # Automatically exclude changes from release notes ignore-for-release: - all: ['**/*.spec.ts',...