blob: 2b226c890aaccf5d2822d80f7fed07f230c879c1 [file] [log] [blame]
name: 'BCR PR Review Approver'
description: 'Helps approve and merge PRs of Bazel Central Registry.'
inputs:
token:
description: 'The GitHub token'
required: false
default: ${{ github.token }}
runs:
using: 'node20'
main: 'index.js'