Sign in
bazel
/
continuous-integration
/
73c0447bb9055d2b73aaab9ef9b46f5b2b551a30
/
.
/
actions
/
release-helper
/
action.yml
blob: fc23f361c1e33f378b41a9d98057557cfabaeaf4 [
file
] [
log
] [
blame
]
name:
'Release Helper'
description:
'Helps manage release-related issues.'
inputs:
token:
description:
'The GitHub token'
required:
false
default:
${{ github.token }}
runs:
using:
'node16'
main:
'index.js'