Skip to content

ci: use sous-chefs workflows 8.0.1 #73

ci: use sous-chefs workflows 8.0.1

ci: use sous-chefs workflows 8.0.1 #73

---
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

Check failure on line 17 in .github/workflows/prevent-file-change.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/prevent-file-change.yml

Invalid workflow file

error parsing called workflow ".github/workflows/prevent-file-change.yml" -> "sous-chefs/.github/.github/workflows/prevent-file-change.yml@8.0.1" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
secrets:
token: ${{ secrets.GITHUB_TOKEN }}