Skip to content

Commit 0940320

Browse files
authored
chore(github): move top prs and feature requests to different Slack channel (#76764)
## Why? Re-organizing some information across internal Slack channels.
1 parent 4369731 commit 0940320

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

.github/actions/next-repo-actions/dist/feature-requests/index.mjs

+7-7
Large diffs are not rendered by default.

.github/actions/next-repo-actions/dist/prs/index.js

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/next-repo-actions/src/popular-feature-requests.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ async function run() {
9999

100100
await slackClient.chat.postMessage({
101101
blocks: generateBlocks(items),
102-
channel: '#next-info',
102+
channel: '#coord-next-triage',
103103
icon_emoji: ':github:',
104104
username: 'GitHub Notifier',
105105
})

.github/actions/next-repo-actions/src/popular-prs.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ async function run() {
4949

5050
await slackClient.chat.postMessage({
5151
blocks,
52-
channel: '#next-info',
52+
channel: '#coord-next-triage',
5353
icon_emoji: ':github:',
5454
username: 'GitHub Notifier',
5555
})

0 commit comments

Comments
 (0)