Skip to content

Commit

Permalink
Merge pull request #103 from jiro4989/chore/#96-mergify
Browse files Browse the repository at this point in the history
🔥 automergeやめ #96
  • Loading branch information
jiro4989 authored Jan 19, 2020
2 parents 16da587 + 9f48e28 commit ce1ee5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,6 @@ name: test

on:
push:
pull_request:
types:
- labeled
- unlabeled
- synchronize
- opened
- edited
- ready_for_review
- reopened
- unlocked
pull_request_review:
types:
- submitted
release:
types: [published]

Expand Down Expand Up @@ -56,10 +43,6 @@ jobs:
name: application
path: dist/websh.tar.gz
if: startsWith(github.ref, 'refs/tags/')
- name: automerge
uses: "pascalgn/[email protected]"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

create-tag-draft:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pull_request_rules:
- name: Automatic merge on approval
conditions:
- "status-success=test"
- "status-success=build"
- "label=automerge"
actions:
merge:
Expand Down

0 comments on commit ce1ee5e

Please sign in to comment.