Skip to content

Commit

Permalink
add extra issue information
Browse files Browse the repository at this point in the history
  • Loading branch information
jjspace committed Dec 2, 2024
1 parent 7d9261a commit 99b9343
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/check-for-CLA/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ const addLabelToPullRequest = async () => {
return octokit.request(
`POST /repos/${PULL_REQUST_INFO.owner}/${PULL_REQUST_INFO.repoName}/issues/${PULL_REQUST_INFO.id}/labels`,
{
owner: PULL_REQUST_INFO.username,
repo: PULL_REQUST_INFO.repoName,
issue_number: PULL_REQUST_INFO.id,
labels: ["PR - Needs Signed CLA"],
headers: {
authorization: `bearer ${PULL_REQUST_INFO.gitHubToken}`,
Expand Down

0 comments on commit 99b9343

Please sign in to comment.