Skip to content

Commit 7b203e1

Browse files
style: Add slack config to slackbot
1 parent dadbd6d commit 7b203e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
steps:
1111
- uses: act10ns/slack@v2
1212
with:
13+
config: .github/config/slack.yml
1314
status: starting
1415
message: Pull request has problems in initialising containers.
1516
if: failure()
@@ -28,6 +29,7 @@ jobs:
2829
docker-compose -f scripts/docker_lintage/docker-compose.yaml run coverage
2930
- uses: act10ns/slack@v2
3031
with:
32+
config: .github/config/slack.yml
3133
status: ${{job.status}}
3234
message: Shame on ${{ github.event.pull_request.user.login }}! Your Code is not compliant with ${{ env.action_step }}.
3335
#channel: '#general'
@@ -37,6 +39,7 @@ jobs:
3739
docker-compose -f scripts/docker_lintage/docker-compose.yaml run unittest
3840
- uses: act10ns/slack@v2
3941
with:
42+
config: .github/config/slack.yml
4043
status: ${{job.status}}
4144
steps: ${{toJson(steps)}}
4245
if: always()

0 commit comments

Comments
 (0)