Move all non-live content behind the same flag #347
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-url" | |
on: | |
pull_request: | |
types: [opened] | |
jobs: | |
pr-url: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: microbit-foundation/[email protected] | |
with: | |
uri-template: "https://review-createai.microbit.org/{branch}/" | |
repo-token: ${{ secrets.GITHUB_TOKEN }} |