AlbertHernandez / assign-me

Automatically adds you to the assignees in the pull request

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ‘©πŸ»β€πŸ’»

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 }}

About

Automatically adds you to the assignees in the pull request

License:MIT License


Languages

Language:JavaScript 91.0%Language:Dockerfile 9.0%