1 # See https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
14 runs-on: ubuntu-latest
15 if: github.repository == 'llvm/llvm-project'
17 - name: Store PR Information
20 echo ${{ github.event.number }} > ./pr/NR
21 echo ${{ github.event.label.name }} > ./pr/LABEL
23 - uses: actions/upload-artifact@v3