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 3e07759 commit db739a4Copy full SHA for db739a4
.github/workflows/dogfood.yml
@@ -40,6 +40,6 @@ jobs:
40
with:
41
status: failure
42
fields: repo,author,eventName
43
- channel: '#team-lang-kotlin'
+ channel: '#squad-jvm-kotlin'
44
env:
45
SLACK_WEBHOOK_URL: ${{ fromJSON(steps.secrets.outputs.vault).SLACK_WEBHOOK }}
.github/workflows/release.yml
@@ -16,4 +16,4 @@ jobs:
16
17
publishToBinaries: true
18
mavenCentralSync: true
19
- slackChannel: team-lang-kotlin
+ slackChannel: squad-jvm-kotlin
0 commit comments