diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml new file mode 100644 index 0000000..1653d74 --- /dev/null +++ b/.github/workflows/merge.yml @@ -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 }}