Skip to content

Rebuild GatheringNodeCallback layers in VirtualAssignNodeCallback instead of wrapping them #18160

Rebuild GatheringNodeCallback layers in VirtualAssignNodeCallback instead of wrapping them

Rebuild GatheringNodeCallback layers in VirtualAssignNodeCallback instead of wrapping them #18160

on: pull_request
name: Block merge commits
jobs:
message-check:
name: Block Merge Commits
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
with:
egress-policy: audit
- name: Block Merge Commits
uses: Morishiri/block-merge-commits-action@a4554c78def8d874966a8d1e20e2971121443755 # v1.0.1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}