Skip to content

Commit

Permalink
Use number as last part of string
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Sep 21, 2022
1 parent 39c29f1 commit 2c66f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/bots/src/github-webhook/handlers/validate-cla.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export class ValidateCla extends BaseWebhookHandler {
botContextName,
pullRequestComment(
authorsNeedingCLA,
`${eventData.repository.full_name}#${eventData.repository.full_name}`,
`${eventData.repository.full_name}#${eventData.number}`,
),
);
context.scheduleIssueLabel(ClaIssueLabel.CLA_NEEDED);
Expand Down

0 comments on commit 2c66f22

Please sign in to comment.