Skip to content

feat(Cells): Create cells folder flow (WPB-17272) #2866

feat(Cells): Create cells folder flow (WPB-17272)

feat(Cells): Create cells folder flow (WPB-17272) #2866

name: Auto assign author to PR
on:
pull_request_target:
types: [ opened ]
jobs:
assign-author:
runs-on: ubuntu-latest
steps:
- uses: samspills/assign-pr-to-author@v1.0.2
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'