Skip to content

Fix RFC number: 238 → 89 #159

Fix RFC number: 238 → 89

Fix RFC number: 238 → 89 #159

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 }}