Skip to content

chore(cicd): auto assign pr author #3

chore(cicd): auto assign pr author

chore(cicd): auto assign pr author #3

Workflow file for this run

name: Pull Request workflow
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
# this job uses the configuration file in .github/auto_assign.yml
add-assignee:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/[email protected]