fix (velocity playground): #30393 Dev Tools - Velocity. Cursor has odd behavior when editing. #57
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: PR opened | |
on: | |
pull_request: | |
types: [opened] | |
jobs: | |
add-issue-to-pr: | |
name: Add Issue to PR | |
uses: ./.github/workflows/issue_comp_link-issue-to-pr.yml | |
with: | |
pr_branch: ${{ github.head_ref }} | |
pr_url: ${{ github.event.pull_request.html_url }} | |
secrets: | |
CI_MACHINE_TOKEN: ${{ secrets.CI_MACHINE_TOKEN }} |