Skip to content

Commit

Permalink
chore(github): move top prs and feature requests to different Slack c…
Browse files Browse the repository at this point in the history
…hannel
  • Loading branch information
samcx committed Mar 3, 2025
1 parent 4369731 commit 08839a1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions .github/actions/next-repo-actions/dist/prs/index.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ async function run() {

await slackClient.chat.postMessage({
blocks: generateBlocks(items),
channel: '#next-info',
channel: '#coord-next-triage',
icon_emoji: ':github:',
username: 'GitHub Notifier',
})
Expand Down
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 @@ -49,7 +49,7 @@ async function run() {

await slackClient.chat.postMessage({
blocks,
channel: '#next-info',
channel: '#coord-next-triage',
icon_emoji: ':github:',
username: 'GitHub Notifier',
})
Expand Down

0 comments on commit 08839a1

Please sign in to comment.