File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,11 @@ def initialize
2424 end
2525
2626 def chat ( message , channel : fetch_channel )
27- @client . chat_postMessage ( channel : channel , text : message , username : fetch_bot_name )
27+ @client . chat_postMessage ( channel : channel ,
28+ text : message ,
29+ username : fetch_bot_name ,
30+ unfurl_links : false ,
31+ unfurl_media : false )
2832 rescue Slack ::Web ::Api ::Errors ::TooManyRequestsError
2933 sleep 60
3034 retry
Original file line number Diff line number Diff line change 11[Unit]
2- Description ="CI Slack Bot DEVEL "
2+ Description ="CI Slack Bot PRODUCTION "
33After =network.target
44
55[Service]
6- User =slack_cibot_devel
6+ User =slack_cibot
77WorkingDirectory =/home/slack_cibot/slack_github_bot
88ExecStart =/home/slack_cibot/slack_github_bot/service/prod/server.sh
99Restart =always
You can’t perform that action at this time.
0 commit comments