Skip to content

Update README.md

Update README.md #7

Workflow file for this run

name: Assign
on:
pull_request:
types:
- opened
- reopened
jobs:
assign:
runs-on: ubuntu-latest
if: ${{ toJSON(github.event.pull_request.assignees) == '[]' && !contains(fromJSON('["dependabot[bot]", "github-actions[bot]", "actions-user"]'), github.actor) }}
steps:
- name: Assign self to pull request
uses: technote-space/assign-author@v1