/assign-me

Automatically adds you to the assignees in the pull request

Primary LanguageJavaScriptMIT LicenseMIT

👩🏻‍💻

Assign Me

Automatically adds you to the assignees in the pull request

Usage

Create the .github/workflows/assign-me.yml file:

on: [pull_request]

jobs:
    assign_me:
        runs-on: ubuntu-latest
        name: Assign me
        steps:
            - uses: AlbertHernandez/assign-me@v1.0.0
        env:
            GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}