Skip to content

tmknom/label-workflows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

label-workflows

Collection of label workflows.

Description

A collection of label workflows implemented as Reusable Workflows for GitHub Actions.

Usage

Conventional Commits

jobs:
  call:
    uses: tmknom/label-workflows/.github/workflows/conventional-commits.yml@v0
    permissions:
      contents: read
      pull-requests: write
      issues: write

Composite Action

jobs:
  call:
    uses: tmknom/label-workflows/.github/workflows/composite-action.yml@v0
    permissions:
      contents: read
      pull-requests: write
      issues: write

Reusable Workflows

jobs:
  call:
    uses: tmknom/label-workflows/.github/workflows/reusable-workflows.yml@v0
    permissions:
      contents: read
      pull-requests: write
      issues: write

Related projects

Release notes

See GitHub Releases.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors