Skip to content

Commit

Permalink
Merge pull request #13329 from ContinuumIO/dot-org-filter
Browse files Browse the repository at this point in the history
Make message format nicer
  • Loading branch information
rasquith committed Jan 9, 2024
2 parents 3503d72 + 8fefc6e commit acd83df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dot-org-filter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
# Tokens and url are stored in the repository's secrets settings
SLACK_CHANNEL_ID: ${{ secrets.DOT_ORG_SLACK_CHANNEL_ID }}
SLACK_BOT_TOKEN: ${{ secrets.DOT_ORG_SLACK_BOT_TOKEN }}
SLACK_TITLE: "Issue with 'type-bug' label Detected"
SLACK_MESSAGE: "Title: ${{ github.event.issue.title }} - URL: ${{ github.event.issue.html_url }}"
SLACK_TITLE: "Anaconda.org Bug Issue Detected"
SLACK_MESSAGE: "An anaconda-issues issue was submitted with an anaconda.org bug.\nTitle: ${{ github.event.issue.title }}\nLink to Issue: ${{ github.event.issue.html_url }}"
run: |
response=$(curl -X POST -H 'Content-type: application/json' -H "Authorization: Bearer $SLACK_BOT_TOKEN" --data '{
"channel":"'"$SLACK_CHANNEL_ID"'",
Expand Down

0 comments on commit acd83df

Please sign in to comment.