actions / labeler

An action for automatically labelling pull requests
MIT License
1.99k stars 419 forks source link

Update documentation to note that you can use sentences in labels #780

Open mofosyne opened 6 months ago

mofosyne commented 6 months ago

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/*

And that you are no restricted to only alphanumeric no space labels. This would have been handy to know in the readme.

HarithaVattikuti commented 6 months ago

Hello @mofosyne Thank you for creating this feature request. We will investigate it and get back to you as soon as we have some feedback.