Skip to content

Commit

Permalink
chore(workflow): typo popular-prs.ts path (vercel#70462)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamBalaya56562 authored and abhi12299 committed Sep 29, 2024
1 parent 3dc1c6b commit 7e99e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/next-repo-actions/src/popular-prs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ async function run() {

const blocks = BlockCollection([
Section({
text: `*A list of the top ${count} PRs sorted by the most reactions (> 1) over the last 90 days.*\n_Note: This :github2: <https://github.com/vercel/next.js/blob/canary/.github/workflows/popular.yml|workflow> → <https://github.com/vercel/next.js/blob/canary/.github/actions/next-repo-info/src/popular-prs.mjs|action> will run every Monday at 10AM UTC (6AM EST)._`,
text: `*A list of the top ${count} PRs sorted by the most reactions (> 1) over the last 90 days.*\n_Note: This :github2: <https://github.com/vercel/next.js/blob/canary/.github/workflows/popular.yml|workflow> → <https://github.com/vercel/next.js/blob/canary/.github/actions/next-repo-actions/src/popular-prs.ts|action> will run every Monday at 10AM UTC (6AM EST)._`,
}),
Divider(),
Section({
Expand Down

0 comments on commit 7e99e8b

Please sign in to comment.