Skip to content

kyanagimoto/assignee4label

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

assignee4label

Label action trigers to set an assignees on issues.

Usage

Create .github/assignee4label.yml

Create a .github/assignee4label.yml file with a list of labels and assignees.

label1:
- user-name
- user-name-2
label2:
- user-name
- user-name-3

If you want to assign issue author, add

- issue-author

Create Workflow

name: "Assignees4label"
on:
  issues:
    types: [labeled]

jobs:
  set-assignees:
    runs-on: ubuntu-latest
    steps:
    - uses: kyanagimoto/assignee4label@main
      with:
        github-token: ${{ secrets.GITHUB_TOKEN }}
        configuration-path: '.github/assignee4label.yml'

About

An action for automatically assigning with label.

Resources

License

Stars

Watchers

Forks

Packages

No packages published