Merge branch 'main' into graphql-schema-update
42
.devcontainer/ruby-environment/devcontainer.json
Normal file
@@ -0,0 +1,42 @@
|
||||
// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
|
||||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.177.0/containers/javascript-node
|
||||
// -
|
||||
{
|
||||
"name": "docs.github.com",
|
||||
"build": {
|
||||
"dockerfile": "Dockerfile",
|
||||
// Update 'VARIANT' to pick a Node version: 12, 14, 16
|
||||
"args": { "VARIANT": "16" }
|
||||
},
|
||||
|
||||
// Set *default* container specific settings.json values on container create.
|
||||
"settings": {
|
||||
"terminal.integrated.shell.linux": "/bin/bash",
|
||||
"cSpell.language": ",en"
|
||||
},
|
||||
|
||||
// Install features. Type 'feature' in the VS Code command palette for a full list.
|
||||
"features": {
|
||||
"git-lfs": "latest"
|
||||
},
|
||||
|
||||
// Visual Studio Code extensions which help authoring for docs.github.com.
|
||||
"extensions": [
|
||||
"dbaeumer.vscode-eslint",
|
||||
"sissel.shopify-liquid",
|
||||
"davidanson.vscode-markdownlint",
|
||||
"bierner.markdown-preview-github-styles",
|
||||
"streetsidesoftware.code-spell-checker",
|
||||
"alistairchristie.open-reusables"
|
||||
],
|
||||
|
||||
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
||||
"forwardPorts": [4000],
|
||||
|
||||
// Use 'postCreateCommand' to run commands after the container is created.
|
||||
"postCreateCommand": "git lfs pull && npm ci",
|
||||
|
||||
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
|
||||
"remoteUser": "node"
|
||||
|
||||
}
|
||||
42
.devcontainer/xxtest-devcontainer.json
Normal file
@@ -0,0 +1,42 @@
|
||||
// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
|
||||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.177.0/containers/javascript-node
|
||||
// -
|
||||
{
|
||||
"name": "docs.github.com",
|
||||
"build": {
|
||||
"dockerfile": "Dockerfile",
|
||||
// Update 'VARIANT' to pick a Node version: 12, 14, 16
|
||||
"args": { "VARIANT": "16" }
|
||||
},
|
||||
|
||||
// Set *default* container specific settings.json values on container create.
|
||||
"settings": {
|
||||
"terminal.integrated.shell.linux": "/bin/bash",
|
||||
"cSpell.language": ",en"
|
||||
},
|
||||
|
||||
// Install features. Type 'feature' in the VS Code command palette for a full list.
|
||||
"features": {
|
||||
"git-lfs": "latest"
|
||||
},
|
||||
|
||||
// Visual Studio Code extensions which help authoring for docs.github.com.
|
||||
"extensions": [
|
||||
"dbaeumer.vscode-eslint",
|
||||
"sissel.shopify-liquid",
|
||||
"davidanson.vscode-markdownlint",
|
||||
"bierner.markdown-preview-github-styles",
|
||||
"streetsidesoftware.code-spell-checker",
|
||||
"alistairchristie.open-reusables"
|
||||
],
|
||||
|
||||
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
||||
"forwardPorts": [4000],
|
||||
|
||||
// Use 'postCreateCommand' to run commands after the container is created.
|
||||
"postCreateCommand": "git lfs pull && npm ci",
|
||||
|
||||
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
|
||||
"remoteUser": "node"
|
||||
|
||||
}
|
||||
|
Before Width: | Height: | Size: 50 KiB |
|
Before Width: | Height: | Size: 56 KiB |
|
Before Width: | Height: | Size: 50 KiB |
|
Before Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 66 KiB |
|
Before Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 100 KiB |
|
Before Width: | Height: | Size: 131 KiB |
|
Before Width: | Height: | Size: 68 KiB |
@@ -96,7 +96,7 @@ runs:
|
||||
```
|
||||
{% endraw %}
|
||||
|
||||
This metadata defines one `who-to-greet` input and one `time` output parameter. To pass inputs to the Docker container, you must declare the input using `inputs` and pass the input in the `args` keyword.
|
||||
This metadata defines one `who-to-greet` input and one `time` output parameter. To pass inputs to the Docker container, you should declare the input using `inputs` and pass the input in the `args` keyword. Everything you include in `args` is passed to the container, but for better discoverability for users of your action, we recommended using inputs.
|
||||
|
||||
{% data variables.product.prodname_dotcom %} will build an image from your `Dockerfile`, and run commands in a new container using this image.
|
||||
|
||||
|
||||
@@ -91,6 +91,7 @@ Your access token will require the following scope:
|
||||
|
||||
- For private repositories, use an access token with the [`repo` scope](/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/#available-scopes).
|
||||
- For public repositories, use an access token with the [`public_repo` scope](/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/#available-scopes).
|
||||
- For organizations, use an access token with the [`admin:org` scope](/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/#available-scopes).
|
||||
|
||||
To authenticate using a {% data variables.product.prodname_dotcom %} App, it must be assigned the following permissions:
|
||||
- For repositories, assign the `administration` permission.
|
||||
|
||||
@@ -1337,7 +1337,7 @@ jobs:
|
||||
|
||||
{% note %}
|
||||
|
||||
**Note**: {% data reusables.developer-site.multiple_activity_types %} The `requested` activity type does no occur when a workflow is re-run. For information about each activity type, see "[Webhook events and payloads](/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#workflow_run)." {% data reusables.developer-site.limit_workflow_to_activity_types %}
|
||||
**Note**: {% data reusables.developer-site.multiple_activity_types %} The `requested` activity type does not occur when a workflow is re-run. For information about each activity type, see "[Webhook events and payloads](/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#workflow_run)." {% data reusables.developer-site.limit_workflow_to_activity_types %}
|
||||
|
||||
{% endnote %}
|
||||
|
||||
|
||||
@@ -309,7 +309,7 @@ jobs:
|
||||
::add-mask::{value}
|
||||
```
|
||||
|
||||
Masking a value prevents a string or variable from being printed in the log. Each masked word separated by whitespace is replaced with the `*` character. You can use an environment variable or string for the mask's `value`.
|
||||
Masking a value prevents a string or variable from being printed in the log. Each masked word separated by whitespace is replaced with the `*` character. You can use an environment variable or string for the mask's `value`. When you mask a value, it is treated as a secret and will be redacted on the runner. For example, after you mask a value, you won't be able to set that value as an output.
|
||||
|
||||
### Example: Masking a string
|
||||
|
||||
|
||||
@@ -18,6 +18,30 @@ versions:
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
introLinks:
|
||||
overview: /authentication/keeping-your-account-and-data-secure/about-authentication-to-github
|
||||
featuredLinks:
|
||||
guides:
|
||||
- /authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent
|
||||
- /authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token
|
||||
- /authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication
|
||||
- '{% ifversion ghae %}/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials{% endif %}'
|
||||
popular:
|
||||
- /authentication/troubleshooting-ssh
|
||||
- /authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys
|
||||
- /authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account
|
||||
- '{% ifversion ghae %}/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection{% endif %}'
|
||||
- /authentication/authenticating-with-saml-single-sign-on
|
||||
- /authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits
|
||||
guideCards:
|
||||
- /authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials
|
||||
- /authentication/troubleshooting-ssh/error-permission-denied-publickey
|
||||
- /authentication/keeping-your-account-and-data-secure/creating-a-strong-password
|
||||
- '{% ifversion ghae %}/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials{% endif %}'
|
||||
- '{% ifversion ghae %}/authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on{% endif %}'
|
||||
changelog:
|
||||
label: '2FA,authentication,security keys,SSH,token authentication'
|
||||
layout: product-landing
|
||||
topics:
|
||||
- 2FA
|
||||
- Identity
|
||||
|
||||
@@ -464,7 +464,7 @@ jobs:
|
||||
|
||||
### Enable auto-merge on a pull request
|
||||
|
||||
If you want to auto-merge your pull requests, you can use {% data variables.product.prodname_dotcom %}'s auto-merge functionality. This enables the pull request to be merged when all required tests and approvals are successfully met. For more information on auto-merge, see "[Automatically merging a pull request"](/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request)."
|
||||
If you want to auto-merge your pull requests, you can use {% data variables.product.prodname_dotcom %}'s auto-merge functionality. This enables the pull request to be merged when all required tests and approvals are successfully met. For more information on auto-merge, see "[Automatically merging a pull request](/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request)."
|
||||
|
||||
Here is an example of enabling auto-merge for all patch updates to `my-dependency`:
|
||||
|
||||
|
||||
@@ -12,10 +12,6 @@ topics:
|
||||
|
||||
Building an application that integrates with GitHub? Register for our Developer Program! The possibilities are endless, and you enjoy the kudos. [Register now](https://github.com/developer/register)
|
||||
|
||||
## Stay in the know
|
||||
|
||||
Be the first to know about API changes and try out new features before they launch in the [Developer blog](https://developer.github.com/changes/).
|
||||
|
||||
## Scratch an itch
|
||||
|
||||
Build your own tools that seamlessly integrate with the place you push code every day.
|
||||
@@ -24,7 +20,6 @@ Build your own tools that seamlessly integrate with the place you push code ever
|
||||
|
||||
Email <a href="mailto:partnerships@github.com">partnerships@github.com</a> to request developer licenses to build and test your application against {% data variables.product.prodname_ghe_server %}.
|
||||
|
||||
|
||||
## Have an integration that works with GitHub?
|
||||
|
||||
Awesome! We'd love to have you be part of the program. Here’s how you can spread the word:</p>
|
||||
|
||||
@@ -449,7 +449,7 @@ If you exceed the rate limit, an error response returns:
|
||||
If your OAuth App needs to make unauthenticated calls with a higher rate limit, you can pass your app's client ID and secret before the endpoint route.
|
||||
|
||||
```shell
|
||||
$ curl -u my_client_id:my_client_secret {% data variables.product.api_url_pre %}/user/repos
|
||||
$ curl -u my_client_id:my_client_secret -I {% data variables.product.api_url_pre %}/user/repos
|
||||
> HTTP/2 200
|
||||
> Date: Mon, 01 Jul 2013 17:27:06 GMT
|
||||
> x-ratelimit-limit: 5000
|
||||
|
||||
@@ -14,5 +14,5 @@ miniTocMaxHeadingLevel: 3
|
||||
---
|
||||
|
||||
<!--
|
||||
Operations are automatically generated. Markdown for this page is located in data/reusables/rest-reference/projects
|
||||
-->
|
||||
Operations are automatically generated. Markdown for this page is located in data/reusables/rest-reference/pulls/
|
||||
-->
|
||||
|
||||
@@ -1 +1 @@
|
||||
- **Workflow run time** - Each workflow run is limited to 72 hours. If a workflow run reaches this limit, the workflow run is cancelled.
|
||||
- **Workflow run time** - {% ifversion fpt or ghec or ghes > 3.2 or ghae-issue-6469 %}Each workflow run is limited to 35 days. If a workflow run reaches this limit, the workflow run is cancelled. This period includes execution duration, and time spent on waiting and approval.{% else %}Each workflow run is limited to 72 hours. If a workflow run reaches this limit, the workflow run is cancelled.{% endif %}
|
||||
|
||||
@@ -34,5 +34,5 @@ jobs:
|
||||
if: {% raw %} ${{ github.event.inputs.print_tags == 'true' }} {% endraw %}
|
||||
steps:
|
||||
- name: Print the input tag to STDOUT
|
||||
run: echo {% raw %} The tag is ${{ github.event.inputs.tag }} {% endraw %}
|
||||
run: echo {% raw %} The tags are ${{ github.event.inputs.tags }} {% endraw %}
|
||||
```
|
||||
|
||||
@@ -6,4 +6,3 @@
|
||||
- To filter for the previous, current, or next iteration of an iteration field, use `@previous`, `@current`, or `@next`. For example, `sprint:@current`.
|
||||
- To filter for items assigned to the viewer, use `@me`. For example, `assignee:@me`. Anyone using this view will see items assigned to themselves.
|
||||
- To filter date and number fields, use `>`, `>=`, `<`, `<=`, and `..` range queries. For example: `target:2022-03-01..2022-03-15`. For more information, see "[Understanding the search syntax](/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax)."
|
||||
-
|
||||
@@ -424,6 +424,10 @@
|
||||
- /admin/enterprise-support/about-github-premium-support-for-github-enterprise-server
|
||||
- /admin/enterprise-support/overview/about-github-premium-support-for-github-enterprise-server
|
||||
|
||||
/enterprise-server@latest/support/learning-about-github-support/about-github-support
|
||||
- /admin/enterprise-support/about-support-for-advanced-security
|
||||
- /enterprise-server/admin/enterprise-support/about-support-for-advanced-security
|
||||
|
||||
# FPT versioning for these files was removed as part of github/docs-content#5642
|
||||
|
||||
/enterprise-cloud@latest/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e2f1de664536f74b41c6e47f1d8bf32515e95b8df1160724bf638b9cfbe3b33
|
||||
size 659374
|
||||
oid sha256:b0df2b45970397045dd0370e01d6ee9057ba41a3ceff67905e6f8867f009cd28
|
||||
size 659598
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8d54e45ee308cb1c67db6caaf693436c5fd601e7bb1c680f55ed99da9a8029d5
|
||||
size 1336312
|
||||
oid sha256:ebf760191e57d05ebc9b570fa73f5fe7ffb5da99365190228951b47f7bebef90
|
||||
size 1322198
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d3b02f41b44b221eebe8ce46b98f75c79dbfefd5c168bc485332e36ef435d52b
|
||||
size 878662
|
||||
oid sha256:7950d3e22ff3ddd412a09953854e7a3c01c153b890714a5b439fc15f83b007ab
|
||||
size 881376
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d2aa01b72dbb1813380b7dadf61c574d2c0fcea251a17d2d0ecb3a4947baa791
|
||||
size 3388831
|
||||
oid sha256:79ef5eac8993ef84c8e6cde63a0ce6a66bd3ba0a6c5e08812a438a06b15b1ef4
|
||||
size 3388952
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2882af23437caaed447185c13e9c751d699300e8260b029464447e8b20decf18
|
||||
size 608327
|
||||
oid sha256:24f33ad1f4645ea49708c7ae464621e695fc55b1b92ff42c51dc8655a68b4ddc
|
||||
size 608491
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe26580778bce7c09563cd1f3e67340f327e967938e0060dbceb09550b90bd40
|
||||
size 2561402
|
||||
oid sha256:6da9ae138e741b5e707e344150c3e974dbad46fd1105dd7c15cc0e89df5d6a72
|
||||
size 2543497
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:31817c6021646761939219d173aeec4b84bb1eaf355fd4727bc3b9c5ed535514
|
||||
size 673434
|
||||
oid sha256:ba561984059240ff3d9ccb9bdaf7669970f1b8b27d70290b0fe08a5f5ca6c19e
|
||||
size 672852
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c70c692bc4cc963db1ff5880991679eca79bfb612f089ce8aafed52b75809667
|
||||
size 3576270
|
||||
oid sha256:4ce7f106320b27720d119bed3c3a59cf28ac4d29d78f13dadb724eb2a335aa89
|
||||
size 3574089
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:33a6f6fefdcb946e6d140d3fe4dc0fb460996617cb1f1bc6e9d6d6ff6a3c7992
|
||||
size 599500
|
||||
oid sha256:3d046af79a2bedaa6737499e31482f86ea77b2226ef85d7183be0c2be2066b97
|
||||
size 599168
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb76d18bb3f32cfd2d1d698ce5715ef74d872b495ee3ded04a8f11220500b377
|
||||
size 2445898
|
||||
oid sha256:a12d5883d8eca16ef1e6b5395bfa59cc26714073a3e0a8261ee6a08b4985f6fc
|
||||
size 2448703
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c921e1db351ba4fd2998e43af98a572f641f00f417d411ca53060991d87e416c
|
||||
size 677255
|
||||
oid sha256:6713c2612d8a41f284adcb2100684b26af6f493041233694e8e0d1ef9b7bfc7a
|
||||
size 677901
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ed5e2088de7cc8f16f61baade005e23f8d537d70b0db88915c3bdd42772c942e
|
||||
size 1367724
|
||||
oid sha256:e7ffaf3a5d0f3b9adf26b2d3a4767f4631639f3cae7dcebecc49cfa59d60a2c3
|
||||
size 1352369
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6dc6d17b0ecf58b049af06c6a9200b8aeb278418e2e0ef75a0880ea81c2be565
|
||||
size 910665
|
||||
oid sha256:60e56847291d422463c012164e1358ac5e600652649751cbf7c580f2cdbd363b
|
||||
size 910292
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:41f500cc304bf31266eadf3d9a159d1bb91362d798e9a6e4b9ad6cc910918e14
|
||||
size 3504576
|
||||
oid sha256:dbc896f59f461af0dc1c295764d369546179c2804da2012a435696f200d492ac
|
||||
size 3503311
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fc6497fc52f80e0496d1f5e063aa6eb9b9be7134325a5e1a2ef15f01c0aed516
|
||||
size 624815
|
||||
oid sha256:97ccaf077abdd6c2b0b4fcc64cc4badac9efb769041fc5b1b227bbb342c35af5
|
||||
size 625162
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9679186f1e6215621ef6df7354a8ce0affeceb4b361490b8749de879b8b811a0
|
||||
size 2631438
|
||||
oid sha256:a36ccdec25ff0c97b9075c69d947e476c3086fe91956fedba561748464d6d527
|
||||
size 2613268
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4b81b8c7b5b3dbc74235f83062069e2a729bc38c7a24f6d6249ecf1000fd5303
|
||||
size 689953
|
||||
oid sha256:9b9ee00a7bf397c7601e5063c9ec0ac4215e47b35aff1bb55c6a69ca9c1818b0
|
||||
size 688896
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5bad4bd8d74f11e044145961a6262c3207ab00ace10d211e1db33eda4795a5c1
|
||||
size 3668198
|
||||
oid sha256:d6e6016f1a3c5ad938068a594b7273b5bae96c5276106b9386b11003a47341a5
|
||||
size 3664106
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:293c4cf265021ef8f2f876ee530c9c49e7f9e7841074bf165dbf9ed09aa26360
|
||||
size 614570
|
||||
oid sha256:1073f0a876ef15cdfc64cc33f8143b20edf9fff64631a88675e078d4b9effde0
|
||||
size 614828
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:241fe223e86b20a203572b57dc4236211af76539e5ceb5f6461c968ea32d9b1d
|
||||
size 2504387
|
||||
oid sha256:c15c619b5eb0e85ac3ac43028c49a406eb96bbe6b4c1873b208abdfb3e4f27cd
|
||||
size 2506442
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:58de20dbc94f0bcfc2a247f9f8b39e05ed8e3d5085ebbb43877307724be4562a
|
||||
size 699587
|
||||
oid sha256:b56387fcbf887f41b3594eaea5c338ae91bdd503130752fe029b14d81f0e31fe
|
||||
size 699840
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c0b6bcedbc97fcd2dd656a8ba38c1234c0b4bd942e555f74d4e0b8a9ba70ef62
|
||||
size 1421532
|
||||
oid sha256:fa693e87827988fa9743bcedc61a29add90a580f8506b116801e4b91251a1009
|
||||
size 1400160
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ab394732a3a9aa1f6801e754facc6e27b38f7c27a785d19f73868a2dc541665e
|
||||
size 944193
|
||||
oid sha256:17b4ef0d23ae0ac93b41d035752e5f3bbf28d757ec4893a460841367b5f39eca
|
||||
size 944744
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:41bf4acdde14e9d0cd26fdf088f24f37ec3a8d0fa099a51be15a1fac81d806c0
|
||||
size 3619604
|
||||
oid sha256:6dc3c81b3ba7a8dc83a7490fd004e5b7cc5d20c4b168546cc1e37305edd8f291
|
||||
size 3620706
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b6ab367aaa9bef06421c2c7d27ca8af9c0a47b899a98d23db8c82f8050b6b252
|
||||
size 644335
|
||||
oid sha256:164df3579f184cf73e69c31ba7736d153f5a481966de21fcbe85d11d671fd098
|
||||
size 644856
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d5e921a9fb443a74e7e95790f7a03a15d84bafdf4819a90dab93c2c045a07582
|
||||
size 2717420
|
||||
oid sha256:3dac8154937139eea464e80c077a2029b595cab017f3925a2edacf1edc904bc4
|
||||
size 2700791
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e91e0627a705f9f725dc756f8e6d1db5a9f85830400467b86cdaf016280d58f
|
||||
size 713037
|
||||
oid sha256:6f4629563b933e8265bce0ae60a53fa38283eff35b4e8e16f6b6c363526f9e60
|
||||
size 713201
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e3a88877fa661d310a05f7def95c8418fde3aa3435c62a1ab67288edec0f4141
|
||||
size 3789826
|
||||
oid sha256:b8693db1db385f9cbc82f230990e1adc73a8d31b5014ea67ed8a0e948ac79530
|
||||
size 3788425
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ac6d7d36ce89def83e769d6790bb8b36e30a8a4479d5c34ea6e59afc37debcf
|
||||
size 633769
|
||||
oid sha256:ee359147bec3b3e7099cc81464b7e3bd7f54a5b4f0a1102319009abfdd5ee4e9
|
||||
size 634196
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ec5791e32cd33e740fc8f6dbec8fc634f82554d5b7b8a058fcf473f34f4a6004
|
||||
size 2584858
|
||||
oid sha256:51b169c189e27d41b2ff1a739b81a7c2ad0b230e1eaa1b065819df3c34cc6580
|
||||
size 2589013
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d86b22d314fd77beed4a27406857ef1cf8ffba3a48b31f3390afdbf3adb4c671
|
||||
size 703055
|
||||
oid sha256:010f1c0252001148812d710f17c8b6169a0b9d7c448a863bc47184b5b676206a
|
||||
size 703073
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f8b1465356d323956db6c91e69d3570d14662a52d34fe488b672c274b1290d72
|
||||
size 1432008
|
||||
oid sha256:ccc2c41bc7b3fb20324d1606af666728df3d9eb86c68dfa7cb72257a184eaa5f
|
||||
size 1410112
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c16910ca7364d84bf5a44fff5c338486350c08e3534fa5871fe51c51d81c594d
|
||||
size 955339
|
||||
oid sha256:d9525a15f09ba08567089fb36dc1654bf0314c44d6ce2bf9fce2abe5a5939cff
|
||||
size 955466
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ee47e93ae710ba4e20011133a3c650e3068b749409b2f54fd8f021706eb1ae87
|
||||
size 3657322
|
||||
oid sha256:cb9b05beb97d2a9f85fb5df389df128769d54a0b19d701bf24675993a56913f3
|
||||
size 3657892
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:786247196c35526ecdf294d909eaeaaf90c4a241ec4eef5700a204b30f1aaeac
|
||||
size 648030
|
||||
oid sha256:c95a34d95d52d530708d920b8d3b8dac6e87a601c099cd9ea37c11ebc8042241
|
||||
size 647415
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9c1906d13225f4dea597f085da2a7113636ac3ed893ade7ec8d0f619b8497595
|
||||
size 2731917
|
||||
oid sha256:2fac7d4c911c47a074f217aa57c508c79c11f6ae9e60d71c703bd6c71b9fc6a1
|
||||
size 2715263
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a210121de53422b360154fcdf31881e9dc3de84c9990ccc044510fb85cb39981
|
||||
size 715853
|
||||
oid sha256:11d49ee301b60dace8b40daf8d355d1563647b0522bbf7341c67018f9d92c762
|
||||
size 716022
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:55b5cf39d2a0a9ee10f6eb579e238ce221db45ff934af2e73d9a95538992faca
|
||||
size 3809403
|
||||
oid sha256:82a9b24c34cc4f93adf6faa9b8164558f33d11efbcc7c9f339db8fa3eee5314e
|
||||
size 3808632
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7ba40c0eef36a632387b202c40cdbb4564b54250817451ff1188d1b0f6311549
|
||||
size 637111
|
||||
oid sha256:d926b6f3428069bdf0b8ad8f136b5d27f59f67f14a75b7ac522e849efd8f5495
|
||||
size 637937
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7dce6305fc42744470801d94ade3095d41348bd0485a826cf9c64f3adec1a75e
|
||||
size 2599698
|
||||
oid sha256:d5351e9095c63baf5de810fde3a662931a452c4b67d86651ebe30e3b51bdc715
|
||||
size 2604816
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:738ac5146752001023161398ccfa0b2ea8727de0863d441643a20bf881516ecc
|
||||
size 909200
|
||||
oid sha256:d5bea3f5c6b7cf8b9b39f8297454ae62e794812ef19d09db576891bb1a70f54b
|
||||
size 908746
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:08909e3fdda503db0898e3c47b8fad838afd35665b146fd48069eabaff8c7155
|
||||
size 1563441
|
||||
oid sha256:39977a0b2d0d4af0e29f16acbb1db6fa0fa61db0781692ddb96bceeb935190ae
|
||||
size 1534293
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2ffa91b4a427d9eba060c2cf9c50790e2bf67904767d964fc9971d442d9f2e59
|
||||
size 1226244
|
||||
oid sha256:05af1dad6f4c9073ed8603c20cb282395aeb5a98ac757ca933a7cd58fda4fdef
|
||||
size 1227122
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:99b954a4b48237a8e77cbc304e190ca4fd1637c26c7cd95f72808f2a2c27044f
|
||||
size 4419910
|
||||
oid sha256:81b6809190abd4566d292f781d20a3e5877f505355346b3991c29f4dd3f541af
|
||||
size 4425950
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ab92bd8fb57efdb89431a5c3a1965d179b626947fd81b4ad46f2641a1a6cf13
|
||||
size 819241
|
||||
oid sha256:665dcc71d92f3e65fa1466cc2f40779ed35546cb2402d10ed9684cefe875dc3c
|
||||
size 820399
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0b39e57c4c0ea6c07dadc0bc6082059d25a1d47efb091bda53bb83ea89a5fee2
|
||||
size 3272438
|
||||
oid sha256:f120cd4b7c01da400062d812f8449ce2d1775a13fb7742916f9e46f051bfe51b
|
||||
size 3262255
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:acef244817fcf5bd93f168f2037f0904d22e4d4027165b27febb6326528053a9
|
||||
size 920840
|
||||
oid sha256:b3697f6a7741dd385b42f88b030d46d8ea4ee579892cfed749cab208c9f6b2d7
|
||||
size 920307
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:725c12a3dab9b52c05d7f2f82a18488cc790ece25dc1f4ea70c03ae09fde9941
|
||||
size 4667762
|
||||
oid sha256:8d50b9cf2978d20b7c3b1831906556a16d8c9445cecb3a46538badcddba95309
|
||||
size 4666954
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eb2aea7336d3bef8257afd1785fb6253ceec206958b89e68ca8bd2ccef5e4cfb
|
||||
size 808331
|
||||
oid sha256:72d1a475e594948296d5b48536fd440c95940d31b2ff2fcf2585f89d3e4ccab1
|
||||
size 808720
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f91915c17a4b69b4a68fbc2ec2aea67d4dedc8817db66514adf7f478a716ae6e
|
||||
size 3123550
|
||||
oid sha256:7394c996184b6bff2b03ae1a78504a01728b1ec0e92260bc929fd43579fccff7
|
||||
size 3132507
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:82274469549f2edd17b6236d1c302311d76b599af7bc5ddf8985c661b76f11d2
|
||||
size 537744
|
||||
oid sha256:55d8480e377d64aa03b31e9bef93769c1979e0434e3481ac2f1d6593c11ebfc9
|
||||
size 537712
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef62a652ea8c962f4dc6ed56ab97bfec66c3365c4249804483251fca3300cde1
|
||||
size 1011199
|
||||
oid sha256:ddf033c076f3bd9b3cfed1fb959e87ebd531b1b0b5da887870af0e6154909c04
|
||||
size 994710
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e80a9542caaac367f6a8614e9c8fc8b46adbe1cfba9f92d8c1702e32c49ae8d2
|
||||
size 739174
|
||||
oid sha256:83cdcfb0019d9243a8260798a62b8544084151a302ca7aef4065b36cb1f4b871
|
||||
size 739598
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4c383a82c8207290e191779eb8e8b624af4bfbff99925fcfb2288a1e099e8523
|
||||
size 2790099
|
||||
oid sha256:3a193856755d0fabc42dba5b24ad27ac82f0d3a30a7bf85ca6bdb599c2d2a492
|
||||
size 2793481
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4ae3df4a015d0725489df7e1d3c79db1de037e776b68815eb1d60018643fa1d9
|
||||
size 496682
|
||||
oid sha256:2f68f0dbdf0799c486c6a27a8491ac81842e8b676e612a43fc056839e3ad0c87
|
||||
size 495641
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e29e0771921d39bf92c7e10a4452e8208850d6970d902d7d20d5fda35744adc6
|
||||
size 2011144
|
||||
oid sha256:962280bc09862ce0242dffb3292df53b87c52b06f5ec596932384671ed882bb2
|
||||
size 1995157
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:939b083a3d4c689791461a691807caee1a553bdba1d164329adb95ee7dbb50ab
|
||||
size 548677
|
||||
oid sha256:13cf638103fd304e0a3fe5ec9abc69f646088ac947590b18454c1bbbd98c7f58
|
||||
size 547842
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe2d41ce4311730ba85ded82b461a192ca4a189c3938072654403b9c774c35c0
|
||||
size 2783289
|
||||
oid sha256:b150a4e469ffe44e7b17775cccbdb276d201de82fc5a44c3173099a7989bb078
|
||||
size 2782588
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e5527aa1723b16b61f5aa64b5103857a78de92336bb19e6821a4c0340d419c5
|
||||
size 488723
|
||||
oid sha256:36d0ec2d51c9cb6ab5d5c697a997327815c69ca6e1bd1d85524201033cc4139a
|
||||
size 488677
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f2e329b88995f29f9018049a94e338e52497ab238215dcac2b7a0bee00cbcc89
|
||||
size 1896488
|
||||
oid sha256:90f2ff9b71b19924d52e9ca0c8820847a183114c057a0f84eb5b56256b4a336a
|
||||
size 1898898
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2990faf40506710dacd7867e28c37d8fecc49512b4d15366be8f70c17f72a63d
|
||||
size 840762
|
||||
oid sha256:2b7c03c833a8f52f19ff06536dd707d9d6b8a8c2df36c77861f856688221511b
|
||||
size 841243
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7e8d67427743f1cf7d603895a7918194b40b86a8cc963e69aed8f76eed323452
|
||||
size 1624751
|
||||
oid sha256:dba28146d29723b85c6bb7f9a3fcf56b52bc5b5c9b08c130c0dde07e2f4b31c7
|
||||
size 1587552
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:191acdb7584de093cf1e19944bb14e24557bebc716b564d807f6757aa7aaad15
|
||||
size 1105905
|
||||
oid sha256:041dee5e030d4add972ef2c9b25ca9a43144116f8757b2e80623de306d0d83ed
|
||||
size 1105514
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3cecd19b20810cde8936b03175f2fb4b30c19e25074929b499b5d66520cfe2e5
|
||||
size 4214392
|
||||
oid sha256:0dbd7ed50dcb854db9ed83e1ca95430adf3ce0f3b6f6e661f8bcae1a819f7df2
|
||||
size 4217310
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ea5bfd221b54734f57bfbc8315447523c265e936b49f98312a4de1c080385961
|
||||
size 777759
|
||||
oid sha256:c1730c1636633868a3372e27f58621bbb7c1abb7d3eb0a4a0bf0efc82731c237
|
||||
size 778529
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c28085a8235a3bcdfd87357f6fcb3d7809c123ea10b0d3927593e3ac0965fb7
|
||||
size 3264349
|
||||
oid sha256:619bd34fa469f9c9a2d7a7838615654f132d2aea7af45381a4bc7dd1cf7fc3ca
|
||||
size 3241475
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:483be917e74d1aa2ac49b9bc193b757669f50c001c69ca6f1fe4531b48bb36c3
|
||||
size 854637
|
||||
oid sha256:3611aa4429a891858e5ff7cc6a6cfaa9d7dafda49d2229c2f8c67d18ace315fd
|
||||
size 855370
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:39085d325411fc7224829e882df0d483de160ccb6f2a87c04eeb7e038c1da775
|
||||
size 4557321
|
||||
oid sha256:5bfca9959f457e8a7817bcd1d72891bbb3a991986d9ead96603631648f2ec19f
|
||||
size 4557635
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fbcb9c7c251e982d5281c0d62594c64719d6052ba90a71f06dc467f7b5a76057
|
||||
size 766227
|
||||
oid sha256:8f2b654f1e5472ecd4b6188d7a25ba30ca92746a2fe24f289eeca9ec88b622b3
|
||||
size 766848
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4a9eafeef1dc47ee6abfa78dca2437d3b1fcedf849520447e62e262d3169ad29
|
||||
size 3102779
|
||||
oid sha256:9f16d78fe0943290c53d2940c8591eab1ce43d641e009afa73b8f70d4231f7d7
|
||||
size 3113535
|
||||
|
||||
@@ -16,10 +16,6 @@ topics:
|
||||
- Notifications
|
||||
---
|
||||
|
||||
{% ifversion ghes %}
|
||||
{% data reusables.mobile.ghes-release-phase %}
|
||||
{% endif %}
|
||||
|
||||
## Notificaciones y suscripciones
|
||||
|
||||
Puedes elegir recibir actualizaciones continuas sobre actividades específicas en {% data variables.product.product_location %} mediante una suscripción. Las notificaciones son actualizaciones que recibes por alguna actividad específica a la que te hayas suscrito.
|
||||
@@ -34,7 +30,7 @@ Puedes elegir suscribirte a las notificaciones de:
|
||||
|
||||
También puedes elegir seguir automáticamente todos los repositorios en los que tienes acceso de escritura, con excepción de sus bifurcaciones. Puedes seguir de cerca manualmente a cualquier otro repositorio al que tengas acceso si das clic en **Seguir**.
|
||||
|
||||
Si ya no te interesa alguna conversación, te puedes dar de baja, dejar de seguir o personalizar los tipos de notificaciones que recibirás en el futuro. Por ejemplo, si ya no quieres recibir notificaciones de algún repositorio en particular, puedes dar clic en **Darse de baja**. Para obtener más información, consulta la sección "[Administrar tus suscripciones](/github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions)".
|
||||
Si ya no te interesa alguna conversación, te puedes dar de baja, dejar de seguir o personalizar los tipos de notificaciones que recibirás en el futuro. Por ejemplo, si ya no quieres recibir notificaciones de algún repositorio en particular, puedes dar clic en **Darse de baja**. Para obtener más información, consulta la opción "[Administrar tus suscripciones](/github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions)".
|
||||
|
||||
### Suscripciones predeterminadas
|
||||
|
||||
@@ -50,7 +46,7 @@ Generalmente, estarás suscrito automática y predeterminadamente a las conversa
|
||||
|
||||
También está predeterminado que sigas automáticamente a todos los repositorios que has creado y sean propiedad de tu cuenta de usuario.
|
||||
|
||||
Para darte de baja de las conversaciones a las cuales estás suscrito automáticamente, puedes cambiar tu configuración de notificaciones o darte de baja directamente o dejar de seguir la actividad de {% data variables.product.product_location %}. Para obtener más información, consulta la sección "[Administrar tus suscripciones](/github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions)".
|
||||
Para darte de baja de las conversaciones a las cuales estás suscrito automáticamente, puedes cambiar tu configuración de notificaciones o darte de baja directamente o dejar de seguir la actividad de {% data variables.product.product_location %}. Para obtener más información, consulta la opción "[Administrar tus suscripciones](/github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions)".
|
||||
|
||||
## Personalizar notificaciones y suscripciones
|
||||
|
||||
|
||||
@@ -23,9 +23,6 @@ versions:
|
||||
topics:
|
||||
- Notifications
|
||||
---
|
||||
{% ifversion ghes %}
|
||||
{% data reusables.mobile.ghes-release-phase %}
|
||||
{% endif %}
|
||||
|
||||
## Notification delivery options
|
||||
|
||||
|
||||
@@ -15,9 +15,6 @@ topics:
|
||||
- Notifications
|
||||
shortTitle: Manage from your inbox
|
||||
---
|
||||
{% ifversion ghes %}
|
||||
{% data reusables.mobile.ghes-release-phase %}
|
||||
{% endif %}
|
||||
|
||||
## About your inbox
|
||||
|
||||
|
||||
@@ -77,13 +77,13 @@ Para obtener más información sobre cómo seguir personas y observar repositori
|
||||
|
||||
{% endnote %}
|
||||
|
||||
This feed shows activity and recommendations based on your network on {% data variables.product.product_name %}. It's designed to provide updates that inspire you, keep you up-to-date, and help you find new communities you want to participate in. Your network includes:
|
||||
Esta fuente muestra la actividad y recomendaciones con base en tu red en {% data variables.product.product_name %}. Se diseñó para proporcionar actualizaciones que te inspiran, te mantienen actualizado y te ayudan a encontrar comunidades nuevas en las que quieras participar. Tu red incluye:
|
||||
|
||||
- Repositories you have starred
|
||||
- Repositories you've contributed to
|
||||
- Users you follow or sponsor
|
||||
- Users you've collaborated with
|
||||
- Organizations you follow
|
||||
- Los repositorios que has marcado con estrella
|
||||
- Los repositorios en los que has contribuido
|
||||
- Los usuarios que sigues o patrocinas
|
||||
- Los usuarios con los que has colaborado
|
||||
- Las organizaciones que sigues
|
||||
|
||||
{% endif %}
|
||||
|
||||
|
||||
@@ -20,11 +20,13 @@ You may want to use a dark theme to reduce power consumption on certain devices,
|
||||
|
||||
{% ifversion fpt or ghes > 3.2 or ghae-issue-4618 or ghec %}If you have low vision, you may benefit from a high contrast theme, with greater contrast between foreground and background elements.{% endif %}{% ifversion fpt or ghae-issue-4619 or ghec %} If you have colorblindness, you may benefit from our light and dark colorblind themes.
|
||||
|
||||
{% ifversion fpt or ghec %}
|
||||
{% note %}
|
||||
|
||||
**Note:** The colorblind themes are currently in public beta. For more information on enabling features in public beta, see "[Exploring early access releases with feature preview](/get-started/using-github/exploring-early-access-releases-with-feature-preview)."
|
||||
|
||||
{% endnote %}
|
||||
{% endif %}
|
||||
|
||||
{% endif %}
|
||||
|
||||
@@ -41,7 +43,7 @@ You may want to use a dark theme to reduce power consumption on certain devices,
|
||||
- If you chose to follow your system settings, click a day theme and a night theme.
|
||||
|
||||
{% ifversion fpt or ghes > 3.2 or ghae-issue-4618 or ghec %}{% else %}{% endif %}
|
||||
{% ifversion fpt or ghae-issue-4619 or ghec %}
|
||||
{% ifversion fpt or ghec %}
|
||||
- If you would like to choose a theme which is currently in public beta, you will first need to enable it with feature preview. For more information, see "[Exploring early access releases with feature preview](/get-started/using-github/exploring-early-access-releases-with-feature-preview)."{% endif %}
|
||||
|
||||
{% if command-palette %}
|
||||
|
||||