Skip to content

Commit

Permalink
[TECH] Merge automatique grâce aux Github Actions
Browse files Browse the repository at this point in the history
Merge pull request #1456 from 1024pix/tech-add-automatic-merge
  • Loading branch information
bpetetot authored Jul 7, 2020
2 parents fa7ff6e + 635587e commit 411a692
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: check
on:
pull_request:
types:
- labeled
pull_request_review:
types:
- submitted
check_suite:
types:
- completed
status:
jobs:
automerge:
runs-on: ubuntu-latest
steps:
- name: automerge
uses: "pascalgn/automerge-action@v0.8.3"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_LABELS: "Merge-auto test"
MERGE_COMMIT_MESSAGE: "pull-request-title"
UPDATE_LABELS: "Merge-auto test"
UPDATE_METHOD: "rebase"
MERGE_FORKS: "false"

0 comments on commit 411a692

Please sign in to comment.