feat: Added the functionality to display only the selected table from TableDetail in the Main Pane #229
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 |