Files
flathub/.github/workflows/merge.yml
T
2025-08-12 17:10:51 +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.8
- uses: flathub-infra/merge-action@9b7a39db258a32c10d1686481c3fa4c827b7a53b
with:
token: ${{ secrets.FLATHUBBOT_TOKEN }}