Skip to content

chore(deps): bump aquasecurity/trivy-action from 0.35.0 to 0.36.0 in the actions group across 1 directory #102

chore(deps): bump aquasecurity/trivy-action from 0.35.0 to 0.36.0 in the actions group across 1 directory

chore(deps): bump aquasecurity/trivy-action from 0.35.0 to 0.36.0 in the actions group across 1 directory #102

name: Conventional Commit Labels
on:
pull_request_target:
types: [opened, edited]
jobs:
label-by-title:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: bcoe/conventional-release-labels@v1
with:
type_labels: |
{
"feat": "enhancement",
"fix": "bug",
"docs": "documentation",
"test": "testing"
}