Skip to content

1.4.4

1.4.4 #7

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