summary refs log tree commit diff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDomen Kožar <domen@enlambda.com>2021-04-19 14:06:54 +0200
committerGitHub <noreply@github.com>2021-04-19 14:06:54 +0200
commit932ffcd08d82b11a507c3a5d93f950f6036765c2 (patch)
treed9eb9f9844d385bb04fb9366c37d61e8dec112ad /.github/workflows
parentc9911f91ae02473f4c4616ff2c69a14c8beb5b01 (diff)
Update .github/workflows/direct-push.yml
Co-authored-by: Alyssa Ross <hi@alyssa.is>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/direct-push.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/direct-push.yml b/.github/workflows/direct-push.yml
index db9da761760f0..554cffa3a9980 100644
--- a/.github/workflows/direct-push.yml
+++ b/.github/workflows/direct-push.yml
@@ -21,7 +21,7 @@ jobs:
       uses: peter-evans/commit-comment@v1
       with:
         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.
 
           That's highly discouraged beyond the few exceptions listed