CodeCommitsIssuesPull requestsActionsInsightsSecurity
a0ca932035d5ec7b177efe6f285a7fb1378b7b73

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.github/main.workflow

9lines · modecode

1workflow "Main workflow" {
2 resolves = ["Label PR"]
3 on = "pull_request"
4}
5
6action "Label PR" {
7 uses = "decathlon/pull-request-labeler-action@v1.0.0"
8 secrets = ["GITHUB_TOKEN"]
9}