Skip to content

1.4.2

1.4.2 #3

Workflow file for this run

name: Assign self to PR
on:
pull_request:
types: [ opened ]
branches:
- master
- main
jobs:
assign_author:
runs-on: ubuntu-latest
steps:
- uses: samspills/[email protected]
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'