Files
flathub/.github/workflows/merge.yml
T
2025-08-12 16:48:28 +05:30

18 lines
416 B
YAML

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.7
- uses: flathub-infra/merge-action@254c47133f4f4898125389ef7533ac54ae2a19af
with:
token: ${{ secrets.FLATHUBBOT_TOKEN }}