ci: update global workflows (#661)

This commit is contained in:
LizardByte-bot
2022-12-31 22:38:46 -05:00
committed by GitHub
parent a5213c6225
commit 17cd230c55
8 changed files with 29 additions and 12 deletions

View File

@@ -3,6 +3,8 @@
# Don't make changes to this file in this repo as they will be overwritten with changes made to the same file in
# the above-mentioned repo.
# This workflow will, first, automatically approve PRs created by @LizardByte-bot. Then it will automerge relevant PRs.
name: Automerge PR
on:
@@ -11,6 +13,10 @@ on:
- opened
- synchronize
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
autoapprove:
if: >-
@@ -40,9 +46,6 @@ jobs:
if: startsWith(github.repository, 'LizardByte/')
needs: [autoapprove]
runs-on: ubuntu-latest
concurrency:
group: automerge-${{ github.ref }}
cancel-in-progress: true
steps:
- name: Automerging