Skip to content

Add Est. 2015 with link to first commit in footer #37

Add Est. 2015 with link to first commit in footer

Add Est. 2015 with link to first commit in footer #37

Workflow file for this run

name: Auto Assign PRs
on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
jobs:
add_assignees:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/[email protected]
with:
configuration-path: .github/auto_assignee.yml
repo-token: ${{ secrets.GITHUB_TOKEN }}