diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml deleted file mode 100644 index 2060f4a..0000000 --- a/.github/workflows/merge.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Automatic application merge - -on: - issue_comment: - types: - - created - -jobs: - merge: - runs-on: ubuntu-latest - timeout-minutes: 30 - if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, '/merge') }} - steps: - # 1.0.11 - - uses: flathub-infra/merge-action@e568854827645bbe5b2bb83c8eec97220626a285 - with: - token: ${{ secrets.FLATHUBBOT_TOKEN }}