Skip to content

Commit d2cce69

Browse files
authored
chore: disable slack hooks (#388)
1 parent 330c337 commit d2cce69

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

.github/workflows/shipjs-manual-prepare.yml

-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@ jobs:
1818
- run: npm run release:prepare -- --yes --no-browse
1919
env:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21-
SLACK_INCOMING_HOOK: ${{ secrets.SLACK_INCOMING_HOOK }}

.github/workflows/shipjs-trigger.yml

-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,3 @@ jobs:
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
29-
SLACK_INCOMING_HOOK: ${{ secrets.SLACK_INCOMING_HOOK }}

ship.config.mjs

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
export default {
22
publishCommand: ({ defaultCommand }) => `${defaultCommand} --access public`,
33
mergeStrategy: { toSameBranch: ['master'] },
4-
pullRequestReviewers: ['nd0ut'],
5-
slack: {
6-
// disable slack notification for `prepared` lifecycle.
7-
// Ship.js will send slack message only for `releaseSuccess`.
8-
prepared: null
9-
}
4+
pullRequestReviewers: ['nd0ut']
105
}

0 commit comments

Comments
 (0)