From 8765c1d8b51e6dd0e89c9863298038a219c7a48a Mon Sep 17 00:00:00 2001 From: Joe Gambino Date: Tue, 16 Mar 2021 18:02:01 -0700 Subject: [PATCH] upadte branches-ignore syntax, add logging for workflows --- .github/workflows/automerge.yml | 3 +++ .github/workflows/cla.yml | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 5c073e6a776c..333f94ad99e9 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -65,6 +65,9 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} if: github.event.pull_request.mergeable && github.event.pull_request.head.ref == 'master' + - name: Check PR mergable states + - run: echo "Mergeable - ${{ github.event.pull_request.mergeable }} Clean - ${{ github.event.pull_request.mergeable_state }}" + - name: Check for an auto merge # Version: 0.12.0 uses: pascalgn/automerge-action@c9bd1823770819dc8fb8a5db2d11a3a95fbe9b07 diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 3967faa4faba..3a6c46f0d9d3 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -5,8 +5,7 @@ on: types: [created] pull_request_target: types: [opened, closed, synchronize] - pull_request: - branches-ignore: [master, staging, production] + branches-ignore: [staging, production] jobs: CLA: