Backstage
Docs
Github
Preparing search index...
@backstage/plugin-scaffolder-backend-module-github
createGithubIssuesLabelAction
Function createGithubIssuesLabelAction
createGithubIssuesLabelAction
(
options
:
{
githubCredentialsProvider
?:
GithubCredentialsProvider
;
integrations
:
ScmIntegrationRegistry
;
}
,
)
:
TemplateAction
<
{
labels
:
string
[]
;
number
:
number
;
repoUrl
:
string
;
token
?:
string
}
,
{
[
key
:
string
]:
any
}
,
"v2"
,
>
Adds labels to a pull request or issue on GitHub
Parameters
options
:
{
githubCredentialsProvider
?:
GithubCredentialsProvider
;
integrations
:
ScmIntegrationRegistry
;
}
Returns
TemplateAction
<
{
labels
:
string
[]
;
number
:
number
;
repoUrl
:
string
;
token
?:
string
}
,
{
[
key
:
string
]:
any
}
,
"v2"
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Docs
Github
Backstage
Loading...
Adds labels to a pull request or issue on GitHub