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

thomaseizinger/assign-pr-creator-action

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

Repository files navigation

Assign PR creator

This GitHub action will assign pull requests to their authors.

Usage

name: Assign PR to creator

on: [pull_request]

jobs:
  automation:
    runs-on: ubuntu-latest
    steps:
    - name: Assign PR to creator
      uses: thomaseizinger/assign-pr-creator-action@v1.0.0
      if: github.event_name == 'pull_request' && github.event.action == 'opened'
      with:
        repo-token: ${{ secrets.GITHUB_TOKEN }}

Contributing

Compared to other GitHub actions, this one uses a bundled, zero-dependency JavaScript file at runtime.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published