mirror of
https://github.com/jlengrand/coffeechat.git
synced 2026-03-10 08:11:20 +00:00
prevent running if it's a psuh from GitHub Action
This commit is contained in:
1
.github/workflows/prevent-readme-pr.yml
vendored
1
.github/workflows/prevent-readme-pr.yml
vendored
@@ -7,6 +7,7 @@ on:
|
||||
jobs:
|
||||
check-for-readme-commit:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.actor != 'actions-user' }}
|
||||
steps:
|
||||
- name: Fail this PR
|
||||
uses: actions/github-script@v3
|
||||
|
||||
Reference in New Issue
Block a user