1
0
mirror of synced 2025-12-30 03:01:36 -05:00

Check repository references (#16680)

* Check repository references

* Remove "foundRepoNames" that I used to find all the unique names

* A little speed up with Set

* Ignore a few files

* Remove remaining references

* Update README.md
This commit is contained in:
Kevin Heis
2020-12-03 08:41:03 -08:00
committed by GitHub
parent 75fd006de6
commit 11d8e415da
33 changed files with 140 additions and 94 deletions

View File

@@ -37,4 +37,4 @@ jobs:
if: failure()
env:
SLACK_WEBHOOK: ${{ secrets.DOCS_ALERTS_SLACK_WEBHOOK }}
SLACK_MESSAGE: The last Algolia workflow run for ${{github.repository}} failed. See https://github.com/github/docs-internal/actions?query=workflow%3AAlgolia
SLACK_MESSAGE: The last Algolia workflow run for ${{github.repository}} failed. Search actions for `workflow:Algolia`

View File

@@ -85,4 +85,4 @@ jobs:
if: failure() && github.ref == 'early-access'
env:
SLACK_WEBHOOK: ${{ secrets.DOCS_ALERTS_SLACK_WEBHOOK }}
SLACK_MESSAGE: 'Tests are failing on the `early-access` branch. https://github.com/github/docs-internal/tree/early-access'
SLACK_MESSAGE: 'Tests are failing on the `early-access` branch.'