Skip to content

Security Fix for Lucene-core PRISMA-2021-0081 #13051

Security Fix for Lucene-core PRISMA-2021-0081

Security Fix for Lucene-core PRISMA-2021-0081 #13051

Workflow file for this run

# notifies users from CODENOTIFY files if a PR changed any files
# that they subscribe to
name: codenotify
on:
pull_request_target:
types: [opened, synchronize, ready_for_review]
jobs:
codenotify:
runs-on: ubuntu-latest
name: "Label and notify"
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
show-progress: false
- uses: sourcegraph/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}