Release v2.42.0.2-uroesch #144
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ----------------------------------------------------------------------------- | |
# Automerge pull requests for PortableApps | |
# Author: Urs Roesch https://github.com/uroesch | |
# Version: 0.1.0 | |
# ----------------------------------------------------------------------------- | |
name: automerge | |
on: | |
pull_request: | |
branches: | |
- master | |
- main | |
check_suite: | |
types: | |
- completed | |
status: {} | |
jobs: | |
automerge: | |
runs-on: ubuntu-latest | |
steps: | |
- name: automerge pull request | |
uses: "pascalgn/[email protected]" | |
env: | |
MERGE_FILTER_AUTHOR: uroesch | |
MERGE_FORKS: false | |
MERGE_RETRIES: 20 | |
MERGE_RETRY_SLEEP: 60000 | |
MERGE_DELETE_BRANCH: true | |
MERGE_LABELS: "" | |
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" |