Skip to content

Commit

Permalink
change report format
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Nov 14, 2022
1 parent 1c85960 commit ee354cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ commands:
- discord/status:
only_for_branches: chore/failure-reports
fail_only: true
failure_message: 'Oh no! The **$CIRCLE_JOB** job has failed for **<< parameters.template >>**.\n\n**Relevant PRs of the last 24h:**\n$(git log --merges --since="124 hours ago" --pretty=format:"%h %<(12)%ar | %s [%an]" | grep "Merge pull request" | sed "s/Merge pull request #/https:\/\/github.com\/storybookjs\/storybook\/pull\//g")'
failure_message: 'Oh no! The **$CIRCLE_JOB** job has failed for **<< parameters.template >>**.\n\n**Relevant PRs of the last 24h:**\n$(git log --merges --since="124 hours ago" --pretty=format:"%h %<(12)%ar | %s [%an]" | grep "Merge pull request" | sed "s/Merge pull request #/https:\/\/github.com\/storybookjs\/storybook\/pull\//g" | sed "N;s/\n/\n/")'
jobs:
build:
executor:
Expand Down

0 comments on commit ee354cf

Please sign in to comment.