Skip to content

Auto-merge PRs

Auto-merge PRs #2802

Workflow file for this run

name: Auto-merge PRs
on:
schedule:
- cron: '*/15 * * * *'
workflow_dispatch:
permissions:
pull-requests: write
contents: write
jobs:
auto-merge:
if: github.repository == 'nodejs/discord-status-worker'
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
with:
egress-policy: audit
- uses: nodejs/web-team/actions/auto-merge-prs@b087df186d25f8792fb85cc7794f68718726b8ee
with:
merge-method: squash