Skip to content

Commit

Permalink
feat: add automerge
Browse files Browse the repository at this point in the history
  • Loading branch information
3h4x committed Jul 17, 2022
1 parent e4cb624 commit 805d267
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ python:

tests:
- "**/test*"

automerge:
- "CHANGELOG.md"
- ".release-please-manifest"
29 changes: 29 additions & 0 deletions .github/workflows/auto-merge.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: automerge
on:
pull_request:
types:
- labeled
- unlabeled
- synchronize
- opened
- edited
- ready_for_review
- reopened
- unlocked
pull_request_review:
types:
- submitted
check_suite:
types:
- completed
status: {}
jobs:
automerge:
runs-on: ubuntu-latest
steps:
- id: automerge
name: automerge
uses: "pascalgn/automerge-action@v0.15.3"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_FORKS: false
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ jobs:
- uses: google-github-actions/release-please-action@v3
with:
release-type: python
command:

0 comments on commit 805d267

Please sign in to comment.