Skip to content

Bump oven-sh/setup-bun from 1 to 2 #70

Bump oven-sh/setup-bun from 1 to 2

Bump oven-sh/setup-bun from 1 to 2 #70

Workflow file for this run

name: Merge PRs
on:
pull_request:
types:
- labeled
- synchronize
- opened
- edited
- ready_for_review
- reopened
- unlocked
pull_request_review:
types:
- submitted
jobs:
automerge:
runs-on: ubuntu-latest
steps:
- name: Automerge
uses: pascalgn/automerge-action@v0.16.4
env:
GH_TOKEN: '${{ secrets.GH_TOKEN }}'
MERGE_LABELS: 'merge,!work in progress,!wip'
MERGE_REMOVE_LABELS: 'merge'
MERGE_METHOD: 'merge'
MERGE_COMMIT_MESSAGE:
':twisted_rightwards_arrows: Merge #{pullRequest.number}
({pullRequest.title})'
MERGE_FORKS: false
UPDATE_LABELS: 'merge'
UPDATE_METHOD: 'merge'
- name: Delete merged branch
uses: koj-co/delete-merged-action@master
with:
branches: '!main, !production, *'
env:
GH_TOKEN: '${{ secrets.GH_TOKEN }}'