Skip to content

Update Actions to v6 #77

Update Actions to v6

Update Actions to v6 #77

---
name: prevent-file-change
"on":
pull_request:
types:
- opened
- reopened
- edited
- synchronize
permissions:
pull-requests: write
jobs:
prevent-file-change:
uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@8.0.1
secrets:
token: ${{ secrets.GITHUB_TOKEN }}