Skip to content

RFC for introducing JSON access methods #98

RFC for introducing JSON access methods

RFC for introducing JSON access methods #98

Workflow file for this run

name: PR Labeled
on:
pull_request_target:
types: [labeled]
jobs:
status-label-to-lwip:
runs-on: ubuntu-latest
name: Check to see if LWIP update is needed
container:
image: ponylang/shared-docker-ci-release:20191107
steps:
- uses: actions/checkout@v1
- run: bash .ci-scripts/pr-label.bash
env:
API_CREDENTIALS: ${{ secrets.PONYLANG_MAIN_API_TOKEN }}