Skip to content

release: Adding release notes for v1.5.4 #37

release: Adding release notes for v1.5.4

release: Adding release notes for v1.5.4 #37

Workflow file for this run

name: Auto Assign PR to Author
on:
pull_request:
types: [opened]
jobs:
add-assignee:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/[email protected]
with:
configuration-path: .github/auto-assign.yml
repo-token: ${{ secrets.GITHUB_TOKEN }}