Refactor Reactflow Node Updates: Replace Change-Detection Hooks with Action-Based Triggers and Custom fitView Handler #634
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: Add assignee to PR | |
on: | |
pull_request: | |
types: [opened] | |
jobs: | |
add-assignee-to-pr: | |
permissions: | |
pull-requests: write | |
uses: route06/actions/.github/workflows/add_assignee_to_pr.yml@v2 |