Skip to content

Commit e4a8044

Browse files
authored
Merge pull request #12808 from github/repo-sync
repo sync
2 parents 6a6ad41 + a087961 commit e4a8044

44 files changed

Lines changed: 887 additions & 561 deletions

File tree

Some content is hidden

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

.github/CODEOWNERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ package.json @github/docs-engineering
1919
/.github/workflows/create-translation-batch-pr.yml @github/docs-localization
2020
/.github/workflows/crowdin.yml @github/docs-localization
2121
/crowdin*.yml @github/docs-engineering @github/docs-localization
22-
/translations/ @github/docs-engineering @github/docs-localization @github-actions[bot]
23-
/translations/log/ @github/docs-localization @github-actions[bot]
22+
/translations/ @github/docs-engineering @github/docs-localization @github-actions
23+
/translations/log/ @github/docs-localization @github-actions
2424

2525
# Site Policy
2626
/content/github/site-policy/ @github/site-policy-admins

components/guides/ArticleCard.tsx

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,22 @@ export const ArticleCard = ({ card, typeLabel }: Props) => {
1616
</div>
1717
<p className="color-fg-muted my-3" dangerouslySetInnerHTML={{ __html: card.intro }} />
1818
{card.topics.length > 0 && (
19-
<div>
19+
<ul style={{ listStyleType: 'none' }}>
2020
{card.topics.map((topic) => {
2121
return (
22-
<Label
23-
key={topic}
24-
data-testid="article-card-topic"
25-
variant="small"
26-
sx={{ bg: 'accent.emphasis', mr: 1 }}
27-
>
28-
{topic}
29-
</Label>
22+
<li className="d-inline-block">
23+
<Label
24+
key={topic}
25+
data-testid="article-card-topic"
26+
variant="small"
27+
sx={{ bg: 'accent.emphasis', mr: 1 }}
28+
>
29+
{topic}
30+
</Label>
31+
</li>
3032
)
3133
})}
32-
</div>
34+
</ul>
3335
)}
3436
</a>
3537
</div>

components/page-header/Header.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ export const Header = () => {
9595
data-testid="mobile-menu-button"
9696
onClick={() => setIsMenuOpen(!isMenuOpen)}
9797
aria-label="Navigation Menu"
98+
aria-expanded={isMenuOpen ? 'true' : 'false'}
9899
>
99100
{isMenuOpen ? <XIcon size="small" /> : <ThreeBarsIcon size="small" />}
100101
</button>

translations/log/pt-resets.csv

Lines changed: 16 additions & 7 deletions
Large diffs are not rendered by default.

translations/pt-BR/content/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ To keep your subscriptions manageable, review your subscriptions and watched rep
6363
To customize how you'd like to receive updates for specific pull requests or issues, you can configure your preferences within the issue or pull request. For more information, see "[Triaging a single notification](/github/managing-subscriptions-and-notifications-on-github/triaging-a-single-notification#customizing-when-to-receive-future-updates-for-an-issue-or-pull-request)."
6464

6565
{% ifversion fpt or ghes or ghec %}
66-
You can customize and schedule push notifications in the {% data variables.product.prodname_mobile %} app. For more information, see "[Configuring notifications](/github/managing-subscriptions-and-notifications-on-github/configuring-notifications#managing-your-notification-settings-with-github-for-mobile)."
66+
You can customize and schedule push notifications in the {% data variables.product.prodname_mobile %} app. For more information, see "[Configuring notifications](/github/managing-subscriptions-and-notifications-on-github/configuring-notifications#managing-your-notification-settings-with-github-mobile)."
6767
{% endif %}
6868

6969
## Reasons for receiving notifications

translations/pt-BR/content/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The notifications inbox on {% data variables.product.product_location %}{% ifver
5454
- Group notifications in your inbox by repository or date to get a quick overview with less context switching
5555

5656
{% ifversion fpt or ghes or ghec %}
57-
In addition, you can receive and triage notifications on your mobile device with {% data variables.product.prodname_mobile %}. For more information, see "[Managing your notification settings with GitHub for mobile](#managing-your-notification-settings-with-github-for-mobile)" or "[GitHub for mobile](/github/getting-started-with-github/github-for-mobile)."
57+
In addition, you can receive and triage notifications on your mobile device with {% data variables.product.prodname_mobile %}. For more information, see "[Managing your notification settings with GitHub Mobile](#managing-your-notification-settings-with-github-mobile)" or "[GitHub Mobile](/get-started/using-github/github-mobile)."
5858
{% endif %}
5959

6060
### Benefits of using an email client for notifications
Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Sobre seu perfil
3-
intro: 'Sua página de perfil conta a história do seu trabalho por meio de repositórios nos quais você está interessado, das contribuições que fez e das conversas que teve.'
2+
title: About your profile
3+
intro: 'Your profile page tells people the story of your work through the repositories you''re interested in, the contributions you''ve made, and the conversations you''ve had.'
44
redirect_from:
55
- /articles/viewing-your-feeds/
66
- /articles/profile-pages/
@@ -15,30 +15,29 @@ versions:
1515
topics:
1616
- Profiles
1717
---
18-
19-
Você pode adicionar informações pessoais sobre si mesmo na bio, como locais em que trabalhou anteriormente, os projetos com os quais contribuiu ou interesses que você tem que outras pessoas talvez gostem de saber. Para obter mais informações, consulte "[Adicionar uma bio ao seu perfil](/articles/personalizing-your-profile/#adding-a-bio-to-your-profile)".
18+
You can add personal information about yourself in your bio, like previous places you've worked, projects you've contributed to, or interests you have that other people may like to know about. For more information, see "[Adding a bio to your profile](/articles/personalizing-your-profile/#adding-a-bio-to-your-profile)."
2019

2120
{% ifversion fpt or ghes or ghec %}
2221

2322
{% data reusables.profile.profile-readme %}
2423

25-
![Arquivo README do perfil exibido no perfil](/assets/images/help/repository/profile-with-readme.png)
24+
![Profile README file displayed on profile](/assets/images/help/repository/profile-with-readme.png)
2625

2726
{% endif %}
2827

29-
As pessoas que visitam seu perfil veem uma linha do tempo da sua atividade de contribuição, como problemas e pull requests que abriu, commits que fez e pull requests que revisou. Você pode optar por exibir apenas contribuições públicas ou também incluir contribuições privadas e anônimas. Para obter mais informações, consulte "[Exibir contribuições na sua página de perfil](/articles/viewing-contributions-on-your-profile-page)" ou "[Mostrar ou ocultar contribuições privadas no perfil](/articles/publicizing-or-hiding-your-private-contributions-on-your-profile)".
28+
People who visit your profile see a timeline of your contribution activity, like issues and pull requests you've opened, commits you've made, and pull requests you've reviewed. You can choose to display only public contributions or to also include private, anonymized contributions. For more information, see "[Viewing contributions on your profile page](/articles/viewing-contributions-on-your-profile-page)" or "[Publicizing or hiding your private contributions on your profile](/articles/publicizing-or-hiding-your-private-contributions-on-your-profile)."
3029

31-
As pessoas que visitam seu perfil também podem ver as informações a seguir.
30+
People who visit your profile can also see the following information.
3231

33-
- Repositórios e gists que você possui ou com os quais contribui. {% ifversion fpt or ghes or ghec %}Você pode exibir seu melhor trabalho fixando repositórios e gists no seu perfil. Para obter mais informações, consulte "[Fixar itens no seu perfil](/github/setting-up-and-managing-your-github-profile/pinning-items-to-your-profile)".{% endif %}
34-
- Repositórios que você salvou com estrela. Para obter mais informações, consulte "[Salvar repositórios com estrelas](/articles/saving-repositories-with-stars/)."
35-
- Uma visão geral da sua atividade em organizações, repositórios e equipes nos quais você está mais ativo. Para obter mais informações, consulte "[Exibir visão geral da sua atividade no seu perfil](/articles/showing-an-overview-of-your-activity-on-your-profile)."{% ifversion fpt or ghec %}
36-
- Selos que serão exibidos se você usar {% data variables.product.prodname_pro %} ou participar de programas como {% data variables.product.prodname_arctic_vault %}, {% data variables.product.prodname_sponsors %} ou do programa de desenvolvedor de {% data variables.product.company_short %}. Para obter mais informações, consulte "[Personalizar seu perfil](/github/setting-up-and-managing-your-github-profile/personalizing-your-profile#displaying-badges-on-your-profile)".{% endif %}
32+
- Repositories and gists you own or contribute to. {% ifversion fpt or ghes or ghec %}You can showcase your best work by pinning repositories and gists to your profile. For more information, see "[Pinning items to your profile](/github/setting-up-and-managing-your-github-profile/pinning-items-to-your-profile)."{% endif %}
33+
- Repositories you've starred{% ifversion fpt or ghec %} and organized into lists.{% endif %} For more information, see "[Saving repositories with stars](/articles/saving-repositories-with-stars/)."
34+
- An overview of your activity in organizations, repositories, and teams you're most active in. For more information, see "[Showing an overview of your activity on your profile](/articles/showing-an-overview-of-your-activity-on-your-profile)."{% ifversion fpt or ghec %}
35+
- Badges that show if you use {% data variables.product.prodname_pro %} or participate in programs like the {% data variables.product.prodname_arctic_vault %}, {% data variables.product.prodname_sponsors %}, or the {% data variables.product.company_short %} Developer Program. For more information, see "[Personalizing your profile](/github/setting-up-and-managing-your-github-profile/personalizing-your-profile#displaying-badges-on-your-profile)."{% endif %}
3736

38-
Você também pode definir um status no seu perfil para fornecer informações sobre a sua disponibilidade. Para obter mais informações, consulte "[Configurar um status](/articles/personalizing-your-profile/#setting-a-status)".
37+
You can also set a status on your profile to provide information about your availability. For more information, see "[Setting a status](/articles/personalizing-your-profile/#setting-a-status)."
3938

40-
## Leia mais
39+
## Further reading
4140

42-
- "[Como configurar minha foto de perfil?](/articles/how-do-i-set-up-my-profile-picture)"
43-
- "[Mostrar ou ocultar contribuições privadas no perfil](/articles/publicizing-or-hiding-your-private-contributions-on-your-profile)"
44-
- "[Exibir contribuições no perfil](/articles/viewing-contributions-on-your-profile)"
41+
- "[How do I set up my profile picture?](/articles/how-do-i-set-up-my-profile-picture)"
42+
- "[Publicizing or hiding your private contributions on your profile](/articles/publicizing-or-hiding-your-private-contributions-on-your-profile)"
43+
- "[Viewing contributions on your profile](/articles/viewing-contributions-on-your-profile)"

translations/pt-BR/content/actions/learn-github-actions/workflow-syntax-for-github-actions.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,10 @@ A boolean specifying whether the secret must be supplied.
294294

295295
When using the `workflow_dispatch` event, you can optionally specify inputs that are passed to the workflow.
296296

297+
The triggered workflow receives the inputs in the `github.event.inputs` context. For more information, see "[Contexts](/actions/learn-github-actions/contexts#github-context)."
298+
299+
### Example
300+
{% raw %}
297301
```yaml
298302
on:
299303
workflow_dispatch:
@@ -315,9 +319,16 @@ on:
315319
description: 'Environment to run tests against'
316320
type: environment
317321
required: true {% endif %}
318-
```
322+
323+
jobs:
324+
print-tag:
325+
runs-on: ubuntu-latest
319326
320-
The triggered workflow receives the inputs in the `github.event.inputs` context. For more information, see "[Contexts](/actions/learn-github-actions/contexts#github-context)."
327+
steps:
328+
- name: Print the input tag to STDOUT
329+
run: echo The tag is ${{ github.event.inputs.tag }}
330+
```
331+
{% endraw %}
321332

322333
## `on.schedule`
323334

0 commit comments

Comments
 (0)