Skip to content

[runtimes] Fix link order of system librarires on Apple platforms #1893

[runtimes] Fix link order of system librarires on Apple platforms

[runtimes] Fix link order of system librarires on Apple platforms #1893

# See https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
name: PR Receive Label
on:
pull_request:
types:
- labeled
permissions:
contents: read
jobs:
pr-subscriber:
runs-on: ubuntu-latest
if: github.repository == 'llvm/llvm-project'
steps:
- name: Store PR Information
run: |
mkdir -p ./pr
echo ${{ github.event.number }} > ./pr/NR
echo ${{ github.event.label.name }} > ./pr/LABEL
- uses: actions/upload-artifact@v3
with:
name: pr
path: pr/