Skip to content

fix(deps): update nrwl monorepo (minor) #323

fix(deps): update nrwl monorepo (minor)

fix(deps): update nrwl monorepo (minor) #323

name: "Require 'Allow Edits'"
on: ["pull_request_target", "merge_group"] # yamllint disable-line rule:truthy
permissions:
contents: "read"
jobs:
check_allow_edits:
permissions:
pull-requests: "read" # for ljharb/require-allow-edits to check 'allow edits' on PR
name: "Require “Allow Edits”"
runs-on: "ubuntu-latest"
steps:
- name: "Harden Runner"
uses: "step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6" # v2.8.1
with:
egress-policy: "audit"
- uses: "ljharb/require-allow-edits@13f90bc8cc5de000f2b44a0e2c3a11d108e8cd9f" # main
with:
pull_number: "${{ github.event.pull_request.number }}"