We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a11ae6 + 4a68ec4 commit 0ec387eCopy full SHA for 0ec387e
.github/workflows/automerge.yaml
@@ -7,18 +7,8 @@ on:
7
workflows:
8
- 'ci'
9
jobs:
10
- automerge-on-success:
+ automerge:
11
if: ${{ github.event.workflow_run.conclusion == 'success' && github.actor == 'nsmbot' }}
12
uses: networkservicemesh/.github/.github/workflows/automerge.yaml@main
13
secrets:
14
token: ${{ secrets.NSM_BOT_GITHUB_TOKEN }}
15
-
16
- automerge-otherwise:
17
- name: Automerge
18
- runs-on: ubuntu-latest
19
- if: ${{ github.event.workflow_run.conclusion != 'success' && github.actor == 'nsmbot' }}
20
- steps:
21
- - name: Set status 'failure'
22
- run: |
23
- echo Set status 'failure' for 'automerge' workflow to prevent run "update dependent repositories" or any other dependent workflows'
24
- exit -1
0 commit comments