Skip to content

Commit 29d2f48

Browse files
Revert "Repo sync"
1 parent 55357fa commit 29d2f48

File tree

54 files changed

+127
-1089
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+127
-1089
lines changed

.github/actions/create-workflow-failure-issue/action.yml

Lines changed: 0 additions & 93 deletions
This file was deleted.

.github/instructions/all.instructions.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,3 @@ When you create a pull request:
2929
3. Label with "llm-generated".
3030
4. If an issue exists, include "fixes owner/repo#issue" or "towards owner/repo#issue" as appropriate.
3131
5. Always create PRs in **draft mode** using `--draft` flag.
32-
33-
## Accessing docs.github.com content programmatically
34-
35-
When you need to read GitHub Docs, use these endpoints on `docs.github.com` in order of preference:
36-
37-
1. `/llms.txt` — Start here. Returns a structured overview of the site with links to pagelist endpoints for each product version.
38-
2. `/api/pagelist/:lang/:version` — Returns a list of all pages for a given language and version (e.g., `/api/pagelist/en/free-pro-team@latest`). Use `/api/pagelist/versions` and `/api/pagelist/languages` for available options.
39-
3. `/api/search/v1?query=...&language=...&version=...&client_name=...` — Search docs content (e.g., `/api/search/v1?query=actions&language=en&version=free-pro-team@latest&client_name=copilot`).
40-
4. `/api/article/body?pathname=...` — Returns the rendered markdown body of a page. Handles all page types including REST, GraphQL, and webhook reference pages.

.github/workflows/codeql.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,3 @@ jobs:
4141
with:
4242
slack_channel_id: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}
4343
slack_token: ${{ secrets.SLACK_DOCS_BOT_TOKEN }}
44-
45-
- uses: ./.github/actions/create-workflow-failure-issue
46-
if: ${{ failure() && github.event_name != 'pull_request' }}
47-
with:
48-
token: ${{ secrets.DOCS_BOT_PAT_BASE }}

.github/workflows/content-pipelines.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,3 @@ jobs:
152152
with:
153153
slack_channel_id: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}
154154
slack_token: ${{ secrets.SLACK_DOCS_BOT_TOKEN }}
155-
156-
- uses: ./.github/actions/create-workflow-failure-issue
157-
if: ${{ failure() && github.event_name != 'workflow_dispatch' }}
158-
with:
159-
token: ${{ secrets.DOCS_BOT_PAT_BASE }}

.github/workflows/create-changelog-pr.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,3 @@ jobs:
164164
with:
165165
slack_channel_id: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}
166166
slack_token: ${{ secrets.SLACK_DOCS_BOT_TOKEN }}
167-
168-
- uses: ./.github/actions/create-workflow-failure-issue
169-
if: ${{ failure() && github.event_name != 'workflow_dispatch' }}
170-
with:
171-
token: ${{ secrets.DOCS_BOT_PAT_BASE }}

.github/workflows/delete-orphan-translation-files.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ name: Delete orphan translation files
1414
on:
1515
workflow_dispatch:
1616
schedule:
17-
- cron: '20 16 * * 1' # Run every Monday at 16:20 UTC / 8:20 PST
17+
- cron: '20 16 * * 3' # Run every Wednesday at 16:20 UTC / 8:20 PST — orphan & hygiene cleanup theme
1818

1919
permissions:
2020
contents: write
@@ -140,8 +140,3 @@ jobs:
140140
with:
141141
slack_channel_id: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}
142142
slack_token: ${{ secrets.SLACK_DOCS_BOT_TOKEN }}
143-
144-
- uses: ./.github/actions/create-workflow-failure-issue
145-
if: ${{ failure() && github.event_name != 'workflow_dispatch' }}
146-
with:
147-
token: ${{ secrets.DOCS_BOT_PAT_BASE }}

.github/workflows/docs-review-collect.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,3 @@ jobs:
4747
with:
4848
slack_channel_id: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}
4949
slack_token: ${{ secrets.SLACK_DOCS_BOT_TOKEN }}
50-
51-
- uses: ./.github/actions/create-workflow-failure-issue
52-
if: ${{ failure() && github.event_name != 'workflow_dispatch' }}
53-
with:
54-
token: ${{ secrets.DOCS_BOT_PAT_BASE }}

.github/workflows/enterprise-dates.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name: Enterprise date updater
1111
on:
1212
workflow_dispatch:
1313
schedule:
14-
- cron: '20 16 * * 1' # Run every Monday at 16:20 UTC / 8:20 PST
14+
- cron: '20 16 * * 4' # Run every Thursday at 16:20 UTC / 8:20 PST — infrastructure & releases theme
1515

1616
permissions:
1717
contents: write
@@ -74,8 +74,3 @@ jobs:
7474
with:
7575
slack_channel_id: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}
7676
slack_token: ${{ secrets.SLACK_DOCS_BOT_TOKEN }}
77-
78-
- uses: ./.github/actions/create-workflow-failure-issue
79-
if: ${{ failure() && github.event_name != 'workflow_dispatch' }}
80-
with:
81-
token: ${{ secrets.DOCS_BOT_PAT_BASE }}

.github/workflows/enterprise-release-issue.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Open Enterprise release or deprecation issue
77
on:
88
workflow_dispatch:
99
schedule:
10-
- cron: '20 16 * * 1' # Run every Monday at 16:20 UTC / 8:20 PST
10+
- cron: '20 16 * * 4' # Run every Thursday at 16:20 UTC / 8:20 PST — infrastructure & releases theme
1111

1212
permissions:
1313
contents: read
@@ -38,8 +38,3 @@ jobs:
3838
with:
3939
slack_channel_id: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}
4040
slack_token: ${{ secrets.SLACK_DOCS_BOT_TOKEN }}
41-
42-
- uses: ./.github/actions/create-workflow-failure-issue
43-
if: ${{ failure() && github.event_name != 'workflow_dispatch' }}
44-
with:
45-
token: ${{ secrets.DOCS_BOT_PAT_BASE }}

.github/workflows/index-autocomplete-search.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,3 @@ jobs:
5050
with:
5151
slack_channel_id: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}
5252
slack_token: ${{ secrets.SLACK_DOCS_BOT_TOKEN }}
53-
54-
- uses: ./.github/actions/create-workflow-failure-issue
55-
if: ${{ failure() && github.event_name == 'schedule' }}
56-
with:
57-
token: ${{ secrets.DOCS_BOT_PAT_BASE }}

0 commit comments

Comments
 (0)