bcoe / bcoe/conventional-release-labels
DeprecationWarning: Buffer() is deprecated due to security and usability issues.
Open
- Dominant language
- JavaScript
- Stars
- 331
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
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
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by running the supplied pull_request workflow with bcoe/conventional-release-labels@v1 and confirm the deprecation warning. Then inspect the action's JavaScript entry point and dependencies for the warning source; done means the workflow completes without this Buffer() warning.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, javascript
- Domain
- ci-cd
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100