Skip to content

Feat: Environment ID argument #94

Feat: Environment ID argument

Feat: Environment ID argument #94

Workflow file for this run

name: 'Auto Assign PR to author'
on:
pull_request:
types: [opened]
jobs:
add-assignee:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: kentaro-m/auto-assign-action@v1.1.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"