Migrate Paraspell content and asset transfer tutorial #1201
This file contains hidden or 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: 'Check PR Labels' | |
| on: | |
| pull_request: | |
| types: [opened, synchronize, reopened, labeled, unlabeled] | |
| jobs: | |
| check-docs-links: | |
| uses: papermoonio/workflows/.github/workflows/pr-blocked-label.yml@main | |
| with: | |
| whitelist_labels: "B1 - Ready to Merge" |