Skip to content

Commit

Permalink
upadte branches-ignore syntax, add logging for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Jag96 committed Mar 17, 2021
1 parent 238ac14 commit 8765c1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8765c1d

Please sign in to comment.