We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36ad432 commit f05976cCopy full SHA for f05976c
github-actions/flag-issues-unlabeled-after-deletion/post-to-agenda.js
@@ -44,7 +44,7 @@ async function postUnlabelNotificationToAgenda({
44
// Create a notification issue about this error
45
const timestamp = getLATimestamp();
46
const missingAgendaIssueNum = await createTemplatedIssue({
47
- title: `Review Needed - Issue Posting to Agenda Issue #${STATIC_ISSUE_NUMS.AGENDA}`,
+ title: `Review Needed - Error Posting to Agenda Issue #${STATIC_ISSUE_NUMS.AGENDA} for Label ${context.payload.label.name} Deletion`,
48
templatePath: path.resolve(
49
__dirname,
50
"./templates/agenda-error-issue-body.md",
0 commit comments