Skip to content

feat: Write github workflows for CI & CD #3

feat: Write github workflows for CI & CD

feat: Write github workflows for CI & CD #3

Workflow file for this run

name: Auto PR Author Assign
on:
pull_request_target:
types: [ opened, reopened ]
permissions:
pull-requests: write
jobs:
assign-author:
runs-on: ubuntu-latest
steps:
- uses: toshimaru/[email protected]