Skip to content

[flang] Add comdats to functions with linkonce linkage #1244

[flang] Add comdats to functions with linkonce linkage

[flang] Add comdats to functions with linkonce linkage #1244

# 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/