refactor(designer_v2): Support Riverpod v2 #1627
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pull Request | |
on: | |
pull_request: | |
types: | |
- labeled | |
- unlabeled | |
- opened | |
- edited | |
- reopened | |
- synchronize | |
- ready_for_review | |
- unlocked | |
permissions: | |
pull-requests: write | |
jobs: | |
add-labels: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/labeler@v4 | |
with: | |
sync-labels: true # allow removing labels when changes are reverted | |
dot: true # have ** include hidden files as well | |
assign-author: | |
if: github.event.action == 'opened' || github.event.action == 'reopened' | |
runs-on: ubuntu-latest | |
steps: | |
- uses: toshimaru/auto-author-assign@v1.6.2 |