Skip to content

feat: zoom in image #508

feat: zoom in image

feat: zoom in image #508

name: PR to Author
on:
pull_request:
types: [opened]
jobs:
assignAuthor:
name: Assign
runs-on: ubuntu-latest
steps:
- uses: samspills/[email protected]
if: github.event_name == 'pull_request' && github.event.action == 'opened'
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'