Skip to content

Auto-merge PRs

Auto-merge PRs #5311

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/web-team'
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
with:
egress-policy: audit
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: true
- uses: ./actions/auto-merge-prs
with:
merge-method: queue