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

**Description:** We use the action on a repository that contains 10K+ files, with filters: ``` assets: - changed-files: - any-glob-to-any-file: ['inputs/**', 'outputs/**'] ``` When many files changes, the action runs...

bug
needs triage

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.3.1 to 7.15.0. Release notes Sourced from @​typescript-eslint/parser's releases. v7.15.0 7.15.0 (2024-07-01) 🚀 Features eslint-plugin: [array-type] detect Readonly<string[]> case (#8752) eslint-plugin: back-port new rules around empty object...

dependencies

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.3 to 5.5.3. Release notes Sourced from typescript's releases. TypeScript 5.5.3 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) from 9.0.3 to 9.0.5. Commits 0de7f45 9.0.5 d16b95c whitespace formatting f09ab67 fix: duplicated patterns in second phase preprocess loop d5ef89f docs: Fix typo cb4be48 9.0.4 c091ce2 build with...

dependencies

In https://github.com/jart/cosmopolitan/issues/1219 we had an issue where a label named 'testing' was triggering for commits with testing changes but is considered more than just testing. This makes the label a...

feature request

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies

**Description:** PR 1 is opened which has no changes matching patterns in labeler.yml, and as expected receives no labels, good. Meanwhile, PR 2 (which did match and receive a label,...

bug

**Description:** This PR updates the readme to cover this use case a bit more accurately. Currently, in the example touching files in `/src/docs/some/subfolder/file.txt` would still add the `source` label. This...

https://github.com/Prowlarr/Prowlarr/blob/develop/.github/labeler.yml Was able to see that you are allowed to do this: ``` 'Area: API': - changed-files: - any-glob-to-any-file: - src/Prowlarr.Api.V1/**/* 'Area: Db-migration': - changed-files: - any-glob-to-any-file: - src/NzbDrone.Core/Datastore/Migration/* ```...

feature request

Was experimenting with ```yaml "review complexity : high": - changed-files: - any-glob-to-any-file: - ggml-cuda/** - ggml-vulkan.cpp - ggml_vk_generate_shaders.py "review complexity : medium": - changed-files: - any-glob-to-any-file: - .devops/** - .github/**...

feature request