mirror of
https://github.com/stan220/flathub.git
synced 2026-09-08 18:29:08 +00:00
18 lines
416 B
YAML
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.6
|
|
- uses: flathub-infra/merge-action@8309eb7e763b1ffbd7406ccd6b6f76a8f357dc0f
|
|
with:
|
|
token: ${{ secrets.FLATHUBBOT_TOKEN }}
|