ci: disallow non-maintainer changes to Yarn files

Co-authored-by: David Sanders <dsanders11@ucsbalum.com>
This commit is contained in:
trop[bot]
2025-12-21 00:29:21 +00:00
committed by GitHub
parent 919f4110af
commit e636d18021

View File

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