Skip to content

Commit f05976c

Browse files
committed
Updates missing agenda issue title
1 parent 36ad432 commit f05976c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github-actions/flag-issues-unlabeled-after-deletion/post-to-agenda.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ async function postUnlabelNotificationToAgenda({
4444
// Create a notification issue about this error
4545
const timestamp = getLATimestamp();
4646
const missingAgendaIssueNum = await createTemplatedIssue({
47-
title: `Review Needed - Issue Posting to Agenda Issue #${STATIC_ISSUE_NUMS.AGENDA}`,
47+
title: `Review Needed - Error Posting to Agenda Issue #${STATIC_ISSUE_NUMS.AGENDA} for Label ${context.payload.label.name} Deletion`,
4848
templatePath: path.resolve(
4949
__dirname,
5050
"./templates/agenda-error-issue-body.md",

0 commit comments

Comments
 (0)