Skip to content

2.1.0

2.1.0 #10

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