Skip to content

Commit

Permalink
Change contents: .github/workflows/automerge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
redpeacock78 committed Oct 27, 2020
1 parent 874a1c3 commit ef19d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
automerge:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'automerge') }}
if: ${{ !contains(github.event.pull_request.labels.*.name, 'automerge') }}
runs-on: ubuntu-latest
steps:
- name: automerge
Expand Down

0 comments on commit ef19d0b

Please sign in to comment.