Skip to content

Commit 58e28fa

Browse files
authored
repo sync
2 parents 0cde1e9 + c25bd6b commit 58e28fa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/triage-unallowed-contributions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
triage:
8-
if: github.repository == 'github/docs'
8+
if: github.repository == 'github/docs' && github.event.pull_request.user.login != 'Octomerger'
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f

content/github/developing-online-with-codespaces/configuring-codespaces-for-your-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ versions:
1515

1616
{% data reusables.codespaces.about-configuration %}
1717

18-
If you don't define a configuration in your repository, {% data variables.product.prodname_dotcom %} creates a codespace with a base Linux image. The base Linux image includes tools for Node.js, JavaScript, TypeScript, Python, C++, Java, C#, .NET Core, PHP, and PowerShell. For more information about the base Linux image, see the [`microsoft/vscode-dev-containers`](https://github.com/microsoft/vscode-dev-containers/tree/master/containers/codespaces-linux) repository.
18+
If you don't define a configuration in your repository, {% data variables.product.prodname_dotcom %} creates a codespace with a base Linux image. The base Linux image includes tools for Python, Node.js, JavaScript, TypeScript, C++, Java, C#, F#, .NET Core, PHP, PowerShell, Go, Ruby, and Rust. For more information about the base Linux image, see the [`microsoft/vscode-dev-containers`](https://github.com/microsoft/vscode-dev-containers/tree/master/containers/codespaces-linux) repository.
1919

2020
{% data reusables.codespaces.about-personalization %} {% data reusables.codespaces.codespace-config-order %} For more information, see "[Personalizing {% data variables.product.prodname_codespaces %} for your account](/github/developing-online-with-codespaces/personalizing-codespaces-for-your-account)."
2121

0 commit comments

Comments
 (0)