Skip to content

toshimaru/auto-author-assign

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

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

auto-author-assign

GitHub Actions: Assign pull request author automatically.

Usage

name: 'Auto Author Assign'

on: pull_request

jobs:
  add-assignees:
    runs-on: ubuntu-latest
    steps:
      - uses: toshimaru/auto-author-assign@v0.3.0
        with:
          repo-token: "${{ secrets.GITHUB_TOKEN }}"