forked from github/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into supported-ecosystems-clarification
- Loading branch information
Showing
210 changed files
with
3,123 additions
and
1,003 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
name: Change production configuration | ||
about: Track changes to the production docs.github.com site | ||
title: '' | ||
labels: engineering | ||
assignees: '' | ||
--- | ||
|
||
A configuration change would be something outside of our code that we change with our production environment, such as environment variables, virtual machine tier or quantity, or service providers. | ||
|
||
- _Primary person_: | ||
- _Second person_: | ||
- _When_: | ||
- _Zoom URL_: | ||
|
||
### What is the configuration change? | ||
|
||
### Why are we updating this configuration? | ||
|
||
### What risks are there with this configuration change? | ||
|
||
### If an issue happens, how do we roll back? | ||
|
||
Once the change is verified good, please close this issue. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
trigger: remove-from-fr-board | ||
title: Remove from FR board | ||
description: Remove the current issue or pull request from the project board for the docs content first responder | ||
surfaces: | ||
- issue | ||
- pull_request | ||
- discussion | ||
steps: | ||
- type: repository_dispatch | ||
eventType: remove_from_FR_board |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: Move help wanted issues | ||
on: | ||
issues: | ||
types: | ||
- labeled | ||
|
||
jobs: | ||
move_issues: | ||
if: github.repository == 'github/docs' && (github.event.label.name == 'help wanted' || github.event.label.name == 'good first issue') | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: alex-page/github-project-automation-plus@fdb7991b72040d611e1123d2b75ff10eda9372c9 | ||
with: | ||
project: Docs team reviews | ||
column: Help wanted | ||
repo-token: ${{ secrets.DOCUBOT_FR_PROJECT_BOARD_WORKFLOWS_REPO_ORG_READ_SCOPES }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: Move and unlabel ready to merge issues | ||
on: | ||
issues: | ||
types: | ||
- labeled | ||
|
||
jobs: | ||
unmark_for_review: | ||
if: github.repository == 'github/docs' && github.event.label.name == 'ready to merge' | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: move issue | ||
uses: alex-page/github-project-automation-plus@fdb7991b72040d611e1123d2b75ff10eda9372c9 | ||
with: | ||
project: Docs team reviews | ||
column: Triage | ||
repo-token: ${{ secrets.DOCUBOT_FR_PROJECT_BOARD_WORKFLOWS_REPO_ORG_READ_SCOPES }} | ||
- name: remove label | ||
uses: andymckay/labeler@22d5392de2b725cea4b284df5824125054049d84 | ||
with: | ||
remove-labels: 'waiting for review' | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
name: Remove card from FR board | ||
|
||
on: | ||
repository_dispatch: | ||
types: remove_from_FR_board | ||
|
||
jobs: | ||
remove_from_FR_board: | ||
if: github.repository == 'github/docs-internal' | ||
runs-on: ubuntu-latest | ||
steps: | ||
- id: find_project_cards | ||
uses: octokit/graphql-action@5b3e01d42dee4509b0ac6b1cb2cf7778cdce85c2 | ||
with: | ||
query: | | ||
query($issue_node_id:ID!) { | ||
node(id:$issue_node_id) { | ||
... on Issue { | ||
projectCards(first: 10) { | ||
nodes { | ||
id | ||
project { | ||
name | ||
id | ||
} | ||
} | ||
} | ||
} | ||
... on PullRequest { | ||
projectCards(first: 10) { | ||
nodes { | ||
id | ||
project { | ||
name | ||
id | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
issue_node_id: ${{ github.event.client_payload.command.resource.id }} | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.DOCUBOT_FR_PROJECT_BOARD_WORKFLOWS_REPO_ORG_READ_SCOPES }} | ||
|
||
- run: "echo 'Project cards found: ${{ steps.find_project_cards.outputs.data }}'" | ||
|
||
- name: Get FR card | ||
env: | ||
QUERY_DATA: ${{ steps.find_project_cards.outputs.data }} | ||
run: | | ||
echo 'FR_CARDS='$(jq '.node.projectCards.nodes | .[] | select(.project.id == "MDc6UHJvamVjdDQ1NzI0ODI=") | .id' <<< "$QUERY_DATA") >> $GITHUB_ENV | ||
- name: Delete card | ||
id: delete_project_card | ||
if: ${{ env.FR_CARDS }} | ||
uses: octokit/graphql-action@5b3e01d42dee4509b0ac6b1cb2cf7778cdce85c2 | ||
with: | ||
query: | | ||
mutation DeleteCard { | ||
deleteProjectCard(input:{cardId:${{ env.FR_CARDS }}}) {deletedCardId} | ||
} | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.DOCUBOT_FR_PROJECT_BOARD_WORKFLOWS_REPO_ORG_READ_SCOPES }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+174 KB
assets/images/enterprise/github-ae/settings/access-token-scopes-for-ghae.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+17.6 KB
assets/images/help/billing/settings_organization_billing_planning_tab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Binary file added
BIN
+39.5 KB
assets/images/help/enterprises/enterprise-licensing-tab-ghas-no-seats.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+111 KB
assets/images/help/enterprises/settings-security-analysis-ghas-repos-list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file added
BIN
+109 KB
assets/images/help/organizations/settings-security-analysis-ghas-repos-list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.