Skip to content

Releases: csi-lk/package-labeler

Update Documentation

24 Oct 11:13
Compare
Choose a tag to compare
  • Added example pr and repo to the readme
  • added color and icon to the action yml
  • added a CONTRIBUTING doc for repo guidelines

First stable

24 Oct 10:39
Compare
Choose a tag to compare

First stable version that includes functionality:

  • Set workspace folder eg. /packages/
    • Allows for subfolders eg. /packages/components/{scope}
  • Add a prefix to the label eg. pkg: or scope:

Then will automatically label pull requests with package scope

For example if I have a folder structure of

packages/
    core/
        core.js
    tools/
        tools.js

And I make a code change to core.js the PR will be labelled with pkg: core