mirror of
https://github.com/stan220/flathub.git
synced 2026-09-08 17:28:57 +00:00
ci: Use ghcr.io/flathub/actions/merge Docker image
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
name: Automatic application merge
|
||||
|
||||
on:
|
||||
issue_comment:
|
||||
types: [created]
|
||||
name: Automatic application merge
|
||||
types:
|
||||
- created
|
||||
|
||||
jobs:
|
||||
merge:
|
||||
name: Merge
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ghcr.io/flathub/actions/merge:latest
|
||||
steps:
|
||||
- name: Merge application
|
||||
uses: flathub/actions/merge@master
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.FLATHUBBOT_TOKEN }}
|
||||
- run: /entrypoint.py
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.FLATHUBBOT_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user