Skip to content

Auto-merge PRs

Auto-merge PRs #3842

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@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
with:
egress-policy: audit
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: true
- uses: ./actions/auto-merge-prs
with:
merge-method: queue