Skip to content

Commit

Permalink
Add GitHub action for merging new apps
Browse files Browse the repository at this point in the history
  • Loading branch information
barthalion committed Oct 4, 2019
1 parent 3c97686 commit c7c70b0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
issue_comment:
types: [created]
name: Automatic application merge
jobs:
merge:
name: Merge
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Automatic Rebase
uses: flathub-actions/merge@master
env:
GITHUB_TOKEN: ${{ secrets.FLATHUBBOT_TOKEN }}

0 comments on commit c7c70b0

Please sign in to comment.