Update .github/workflows/direct-push.yml
Co-authored-by: Alyssa Ross <hi@alyssa.is>
This commit is contained in:
parent
c9911f91ae
commit
932ffcd08d
|
@ -21,7 +21,7 @@ jobs:
|
||||||
uses: peter-evans/commit-comment@v1
|
uses: peter-evans/commit-comment@v1
|
||||||
with:
|
with:
|
||||||
body: |
|
body: |
|
||||||
@${{ github.actor }} pushed a commit directly to master/release branch
|
@${{ github.actor }}, you pushed a commit directly to master/release branch
|
||||||
instead of going through a Pull Request.
|
instead of going through a Pull Request.
|
||||||
|
|
||||||
That's highly discouraged beyond the few exceptions listed
|
That's highly discouraged beyond the few exceptions listed
|
||||||
|
|
Loading…
Reference in New Issue