Skip to content

Commit

Permalink
Add automerge
Browse files Browse the repository at this point in the history
  • Loading branch information
Tompage1994 committed Sep 9, 2020
1 parent 0fc8239 commit 56f958b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/automerge-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Merge Bot

on:
pull_request:
types:
- labeled

jobs:
merge:
runs-on: ubuntu-latest
name: Merge
steps:
- name: Merge changelog automated PR
uses: squalrus/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
labels: changelog, automated pr

0 comments on commit 56f958b

Please sign in to comment.