Skip to content

[ImgBot] Optimize images #50

[ImgBot] Optimize images

[ImgBot] Optimize images #50

Workflow file for this run

name: 👨‍💻 Assign Author
on:
pull_request_target:
types: [opened, reopened]
permissions:
pull-requests: write
jobs:
assign-author:
runs-on: ubuntu-latest
steps:
- uses: toshimaru/auto-author-assign@main
with:
repo-token: ${{ github.token }}