fix: Fixed problem with TableNode not being highlighted when opened from URL with query parameter #309
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 |