feat(spv 775) refactor the codebase and sync its functionality with the current state of the js client #69
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: "On pull request" | |
on: | |
pull_request_target: | |
types: | |
- labeled | |
- unlabeled | |
- opened | |
permissions: | |
pull-requests: write | |
jobs: | |
on-pr: | |
uses: bactions/workflows/.github/workflows/on-pull-request.yml@main |