Skip to content

Github Action that sets author to assignee when assignee is not set in issue or pull_request.

Notifications You must be signed in to change notification settings

MichinaoShimizu/assign-author

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Assign Author

Github Action that sets author to assignee when assignee is not set in issue or pull_request.

Usage

uses: MichinaoShimizu/assign-author@v1

Example

name: Assign author

on:
  pull_request:
    types:
      - opened
      - reopened
  issues:
    types:
      - opened
      - reopened

jobs:
  assign:
    runs-on: ubuntu-20.04
    timeout-minutes: 3
    steps:
      - uses: MichinaoShimizu/assign-author@v1

About

Github Action that sets author to assignee when assignee is not set in issue or pull_request.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published