Drop merge workflow

This commit is contained in:
bbhtt
2026-05-07 18:32:48 +05:30
parent 7245e35863
commit 4470d996a9
-17
View File
@@ -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 }}