Skip to content

Update Actions to v8.0.2 #52

Update Actions to v8.0.2

Update Actions to v8.0.2 #52

---
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@5.1.0
secrets:
token: ${{ secrets.GITHUB_TOKEN }}