Collection of label workflows.
A collection of label workflows implemented as Reusable Workflows for GitHub Actions.
jobs:
call:
uses: tmknom/label-workflows/.github/workflows/conventional-commits.yml@v0
permissions:
contents: read
pull-requests: write
issues: writejobs:
call:
uses: tmknom/label-workflows/.github/workflows/composite-action.yml@v0
permissions:
contents: read
pull-requests: write
issues: writejobs:
call:
uses: tmknom/label-workflows/.github/workflows/reusable-workflows.yml@v0
permissions:
contents: read
pull-requests: write
issues: write- configurations: Collection of configurations.
- template-composite-action: Template repository for Composite Action.
- template-reusable-workflows: Template repository for Reusable Workflows.
- cross-labeler-action: Run actions/labeler with configuration shared across repositories.
See GitHub Releases.