ci: disallow non-maintainer changes to Yarn files (#49186)

This commit is contained in:
David Sanders
2025-12-11 06:25:29 -08:00
committed by GitHub
parent 8cefc8425c
commit a486185e10

View File

@@ -7,6 +7,8 @@ on:
- 'spec/yarn.lock'
- '.github/workflows/**'
- '.github/actions/**'
- '.yarn/**'
- '.yarnrc.yml'
permissions: {}