mirror of
https://github.com/stan220/flathub.git
synced 2026-09-08 15:28:56 +00:00
Drop merge workflow
This commit is contained in:
@@ -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 }}
|
||||
Reference in New Issue
Block a user