refactor(database): avoid modifying all views when editing a single view #7077
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: PR Auto Assign | |
on: | |
pull_request: | |
types: [opened, ready_for_review, reopened] | |
jobs: | |
assign: | |
name: Assign | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
pull-requests: write | |
steps: | |
- uses: kentaro-m/[email protected] |