Sign in
bazel
/
continuous-integration
/
de5ab841b71c3b36cbd61912774c6afad3845793
/
.
/
actions
/
bcr-pr-review-notifier
/
action.yml
blob: 9612e0882c690af335663cf39e86d950150316fd [
file
] [
log
] [
blame
]
name:
'BCR PR Review Notifier'
description:
'Helps notify people for reviewing PRs of Bazel Central Registry.'
inputs:
token:
description:
'The GitHub token'
required:
false
default:
${{ github.token }}
runs:
using:
'node20'
main:
'index.js'