Skip to content

Commit

Permalink
ci: backports message improvement (#4342) (#4349)
Browse files Browse the repository at this point in the history
* ci: comment out color until  issue is fixed

* chore: remove comment

* ci: remove index from docs-latests site

(cherry picked from commit 36f959f)

Co-authored-by: Karl Cardenas <[email protected]>
  • Loading branch information
1 parent 73406d9 commit 72333d3
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aloglia_crawler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Slack Notification
if: ${{ failure() }}
uses: rtCamp/action-slack-notify@v2
uses: rtCamp/action-slack-notify@v2.3.0
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_USERNAME: "spectromate"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/api_format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:

- name: Slack Notification
if: ${{ failure() }}
uses: rtCamp/action-slack-notify@v2
uses: rtCamp/action-slack-notify@v2.3.0
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_PRIVATE_TEAM_WEBHOOK }}
SLACK_USERNAME: "spectromate"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:

- name: Slack Notification
if: ${{ failure() }}
uses: rtCamp/action-slack-notify@v2
uses: rtCamp/action-slack-notify@v2.3.0
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_PRIVATE_TEAM_WEBHOOK }}
SLACK_USERNAME: "spectromate"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container-prune.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Slack Notification
if: ${{ failure() }}
uses: rtCamp/action-slack-notify@v2
uses: rtCamp/action-slack-notify@v2.3.0
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_USERNAME: "spectromate"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/packs-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Slack Notification
if: ${{ failure() }}
uses: rtCamp/action-slack-notify@v2
uses: rtCamp/action-slack-notify@v2.3.0
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_USERNAME: "spectromate"
Expand Down
14 changes: 14 additions & 0 deletions .github/workflows/release-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,20 @@ jobs:

- run: npm ci


- name: Make Robots.txt
run: |
touch static/robots.txt
echo "User-agent: *" >> robots.txt
echo "Disallow: /" >> robots.txt
excho "Sitemap: https://docs-latest.spectrocloud.com/sitemap.xml" >> robots.txt
- name: Ensure noIndex is set
id: check_noindex
run: node scripts/noindex_docusaurus_config.js $RUNNER_TEMP $PWD && mv $RUNNER_TEMP/temp.docusaurus.config.js $PWD/docusaurus.config.j


- name: Build
run: |
touch .env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/versions_robot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:

- name: Slack Notification
if: ${{ failure() }}
uses: rtCamp/action-slack-notify@v2
uses: rtCamp/action-slack-notify@v2.3.0
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_PRIVATE_TEAM_WEBHOOK }}
SLACK_USERNAME: "spectromate"
Expand Down

0 comments on commit 72333d3

Please sign in to comment.