1
0
mirror of synced 2026-01-05 03:06:35 -05:00

Delete orphaned assets (2023-03-30-17-41) (#36039)

Co-authored-by: Peter Bengtsson <mail@peterbe.com>
This commit is contained in:
docubot
2023-03-30 15:43:25 -07:00
committed by GitHub
parent 3a885d5a67
commit ff3fde4258
70 changed files with 16 additions and 1 deletions

View File

@@ -64,3 +64,12 @@ jobs:
--body "Found with the find-orphaned-assets.js script" \
--repo github/docs-internal \
--label docs-content-fr
- name: Send Slack notification if workflow fails
uses: someimportantcompany/github-actions-slack-message@1d367080235edfa53df415bd8e0bbab480f29bad
if: ${{ failure() && env.FREEZE != 'true' }}
with:
channel: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}
bot-token: ${{ secrets.SLACK_DOCS_BOT_TOKEN }}
color: failure
text: The last "Orphaned assets check" run for ${{github.repository}} failed. See https://github.com/${{github.repository}}/actions/workflows/orphaned-assets-check.yml