blob: 47933099bbe316738eadb52e7de0a72a14c9060a [file] [log] [blame] [edit]
name: 'BCR PR Reviewer'
description: 'Helps notify module maintainers and approve PRs of Bazel Central Registry.'
inputs:
token:
description: 'The GitHub token'
required: false
default: ${{ github.token }}
action-type:
description: 'The type of action this reviewer should perform, valid values are: notify_maintainers, review_prs, dismiss_approvals, skip_check'
required: true
runs:
using: 'node20'
main: 'index.js'