Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

samspills/assign-pr-to-author

Repository files navigation

Auto Assign Author to a PR

This action will set the author of a PR as one of the assignees if the PR is otherwise unassigned.

Run as a github action

Here is a sample .yml file to add this action

name: AutoAssigner
on: [pull_request]

jobs:
  assignAuthor:
    runs-on: ubuntu-latest
    steps:
      - uses: samspills/[email protected]
        if: github.event_name == 'pull_request' && github.event.action == 'opened'
        with:
          repo-token: '${{ secrets.GITHUB_TOKEN }}'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published