Skip to content

400f/action-assign-pr-author

Repository files navigation

Github action assign PR author

A Github action workflow that assign the PR author.

Usage

name: auto assign pr author

on:
  pull_request:
    types: [opened, ready_for_review]

jobs:
  auto-assign-reviewer:
    runs-on: ubuntu-latest
    steps:
      - name: Run assignment of author
        uses: 400f/action-assign-pr-author@main
        with:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Development

$ yarn build && yarn package

このリポジトリでプルリク作ったらワークフロー走るからそこでテストする。

About

A Github action workflow that assign the PR author.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •