Skip to content

[POC - DO NOT MERGE] Edit in makecode UI #98

[POC - DO NOT MERGE] Edit in makecode UI

[POC - DO NOT MERGE] Edit in makecode UI #98

Workflow file for this run

name: 'pr-url'
on:
pull_request:
types: [opened]
jobs:
pr-url:
runs-on: ubuntu-latest
steps:
- uses: microbit-foundation/action-pr-url-template@v0.1.2
with:
uri-template: 'https://review-ml.microbit.org/{branch}'
repo-token: ${{ secrets.GITHUB_TOKEN }}