Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

build.rs now adapts link.x for the target arch #9

build.rs now adapts link.x for the target arch

build.rs now adapts link.x for the target arch #9

Workflow file for this run

name: Check Labels
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
jobs:
label-check:
runs-on: ubuntu-latest
steps:
- uses: mheap/github-action-required-labels@v5
with:
mode: exactly
count: 0
labels: "work in progress, do not merge"
add_comment: true
message: "This PR is being prevented from merging because it presents one of the blocking labels: {{ provided }}."