Skip to content

Redesign the process monitor #154

Redesign the process monitor

Redesign the process monitor #154

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-a-library:release
steps:
- uses: actions/checkout@v6.0.2
- run: bash .ci-scripts/pr-label.bash
env:
API_CREDENTIALS: ${{ secrets.PONYLANG_MAIN_API_TOKEN }}