Skip to content

Commit

Permalink
Create prevent-file-change.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alepouna authored Feb 10, 2023
1 parent 61a4f38 commit 8140ee7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/prevent-file-change.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- name: Prevent file change
uses: xalvarez/prevent-file-change-action@v1
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
pattern: .*.yaml
trustedAuthors: xalvarez

0 comments on commit 8140ee7

Please sign in to comment.