You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2020/12/22 07:52:27 UTC

[camel-website] branch master updated: refactor(ci): disable commit message comment

This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 633f87d  refactor(ci): disable commit message comment
633f87d is described below

commit 633f87dacce80acd36e43a9bc8cf3d954b4d7720
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Tue Dec 22 08:51:56 2020 +0100

    refactor(ci): disable commit message comment
---
 .github/workflows/pr.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml
index 9bc7197..c825be5 100644
--- a/.github/workflows/pr.yaml
+++ b/.github/workflows/pr.yaml
@@ -26,7 +26,7 @@ jobs:
   check-cache:
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v2.3.3
+    - uses: actions/checkout@v2
     - name: Run check
       run: yarn workspaces foreach install --check-cache
   build:
@@ -56,6 +56,7 @@ jobs:
           deploy-message: ${{ github.event.number }} ${{ github.event.pull_request.title }}
           alias: preview-${{ github.event.number }}
           github-deployment-environment: preview
+          enable-commit-comment: false
         env:
           NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
           NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}