conventional-release-labels icon indicating copy to clipboard operation
conventional-release-labels copied to clipboard

Apply labels for automatically generated release notes, based on conventionalcommits.org

Results 6 conventional-release-labels issues
Sort by recently updated
recently updated
newest added

This updates node version to 16 and upgrades versions of actions/checkout and actions/setup-node Should resolve https://github.com/bcoe/conventional-release-labels/issues/35

I get this error in pull-requests made by @dependabot ``` Run bcoe/conventional-release-labels@v1 with: token: *** type_labels: {"feat": "feature", "fix": "fix", "breaking": "breaking"} ignored_types: ["chore"] ignore_label: ignore-for-release Error: Resource not accessible...

Hello, Node 12 has been out of support since April 2022. This generates a warning in the github actions. `Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please...

Despite the example `type_labels` mapping showing a serialized JSON 1-liner, I didn't process the idea of embedding JSON config inside YAML. This led to a somewhat obscure error when my...

Hi, We were trying to use this Action but we normally scope our commits, so the messages look like this: - fix(xxx): did something - chore(xxx): did something Rather than:...

enhancement

I'm having this issue: with this basic workflow: ``` on: pull_request: types: [opened, edited] name: conventional-release-labels jobs: label: runs-on: ubuntu-latest steps: - uses: bcoe/conventional-release-labels@v1 ```