diff --git a/.github/workflows/auto-ping-triagers.yml b/.github/workflows/auto-ping-triagers.yml index 95dc5bdbb7..1e75be05cf 100644 --- a/.github/workflows/auto-ping-triagers.yml +++ b/.github/workflows/auto-ping-triagers.yml @@ -42,6 +42,10 @@ jobs: owner: context.repo.owner, repo: context.repo.repo, issue_number: context.payload.issue.number, - body: `${mentions} Please triage this community-created issue within 48 hours.`, + body: [ + '', // tags required for: + ``, // remind-community-issue-triage.yml + `${mentions} Please triage this community-created issue within 48 hours.`, + ].join('\n'), }); core.info(`Requested community triage from: ${picked.join(', ')}`);