fix(deps): update dependency @visulima/packem to v2.0.0-alpha.50 #699
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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@95d9a5deda9de15063e7595e9719c11c38c90ae2" # v2.13.2 | |
| with: | |
| egress-policy: "audit" | |
| - uses: "ljharb/require-allow-edits@13f90bc8cc5de000f2b44a0e2c3a11d108e8cd9f" # main | |
| with: | |
| pull_number: "${{ github.event.pull_request.number }}" |