Skip to content

Update to 3.4.0

Update to 3.4.0 #81

Workflow file for this run

on:
issue_comment:
types: [created]
name: Automatic application merge
jobs:
merge:
name: Merge
runs-on: ubuntu-latest
steps:
- name: Merge application
uses: flathub/actions/merge@master
env:
GITHUB_TOKEN: ${{ secrets.FLATHUBBOT_TOKEN }}