Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
bb35f36f
Commit
bb35f36f
authored
Mar 20, 2025
by
Meenakshi Sharma
Committed by
GitHub
Mar 20, 2025
Browse files
ci: Add External Contribution label (#322)
parent
00e54337
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
.github/workflows/pr_full_ci_reminder.yaml
.github/workflows/pr_full_ci_reminder.yaml
+16
-0
No files found.
.github/workflows/pr_full_ci_reminder.yaml
View file @
bb35f36f
...
@@ -45,3 +45,19 @@ jobs:
...
@@ -45,3 +45,19 @@ jobs:
'Your PR reviewers may elect to test the changes comprehensively before approving your changes.\n\n' +
'Your PR reviewers may elect to test the changes comprehensively before approving your changes.\n\n' +
'🚀'
'🚀'
})
})
-
name
:
Adding Label to PR
uses
:
actions/github-script@v7
env
:
REPOSITORY
:
${{ github.repository }}
CONTRIBUTOR
:
${{ github.actor }}
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
with
:
script
:
|
const { REPOSITORY, CONTRIBUTOR } = process.env
github.rest.issues.addLabels({
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: context.issue.number,
labels: ["external-contribution"]
});
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment