Skip to content

New Smart Selfie Capture #8

New Smart Selfie Capture

New Smart Selfie Capture #8

# .github/workflows/auto-author-assign.yml
name: Auto Author Assign
on:
pull_request_target:
types: [opened, reopened]
permissions:
pull-requests: write
jobs:
assign-author:
if: ${{ !contains(github.event.pull_request.assignees, '') }}
runs-on: ubuntu-latest
steps:
- uses: toshimaru/[email protected]