Skip to content

NMS-15776: Parallelize DNS lookups during audit phase #6875

NMS-15776: Parallelize DNS lookups during audit phase

NMS-15776: Parallelize DNS lookups during audit phase #6875

Workflow file for this run

name: "Auto Assign Pull Request"
on:
pull_request:
# types: [review_requested, ready_for_review, opened, synchronize, reopened]
branches:
- develop
- 'foundation-**'
- 'release-**'
jobs:
assign_reviewer:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: shufo/[email protected]
with:
config: ".github/assign-by-files.yml"
token: ${{ secrets.GITHUB_TOKEN }}