Skip to content

Commit 6a7351a

Browse files
authored
Create prevent.yml
1 parent 55439ec commit 6a7351a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/prevent.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- name: Prevent file change
2+
uses: xalvarez/prevent-file-change-action@v2
3+
with:
4+
githubToken: ${{ secrets.GITHUB_TOKEN }}
5+
pattern: .*\.me
6+
trustedAuthors: xalvarez
7+
allowNewFiles: false

0 commit comments

Comments
 (0)