Skip to content

[GuardUtils] Revert llvm::isWidenableBranch change #1205

[GuardUtils] Revert llvm::isWidenableBranch change

[GuardUtils] Revert llvm::isWidenableBranch change #1205

Workflow file for this run

# See https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
name: PR Receive
on:
pull_request_target:
permissions:
contents: read
jobs:
pr-target:
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
- uses: actions/upload-artifact@v3
with:
name: pr
path: pr/