Skip to content

Commit 2b9d82f

Browse files
authored
Merge branch 'main' into lucalves/spell-check
2 parents f770826 + e4c0a67 commit 2b9d82f

18 files changed

Lines changed: 58 additions & 45 deletions

File tree

content/actions/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Printing "Hello, World!" is a great way to explore the basic set up and syntax o
123123
124124
{% data reusables.repositories.navigate-to-repo %}
125125
{% data reusables.repositories.actions-tab %}
126-
1. In the left sidebar, click the workfow you want to run.
126+
1. In the left sidebar, click the workflow you want to run.
127127
![Select say hello job](/assets/images/help/repository/say-hello-job.png)
128128
1. On the right, click the **Run workflow** drop-down and click **Run workflow**. Optionally, you can enter a custom message into the "Person to greet" input before running the workflow.
129129
![Trigger the manual workflow](/assets/images/help/repository/manual-workflow-trigger.png)

content/github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ When you unsubscribe from notifications in your inbox, they will automatically d
4040
{% data reusables.notifications.access_notifications %}
4141
1. From the notifications inbox, select the notifications you want to unsubscribe to.
4242
2. Use the **selected** {% octicon "triangle-down" aria-label="The down triangle icon" %} drop-down to click **Unsubscribe.**
43-
![Unsubcribe option from main inbox](/assets/images/help/notifications-v2/unsubscribe-from-main-inbox.png)
43+
![Unsubscribe option from main inbox](/assets/images/help/notifications-v2/unsubscribe-from-main-inbox.png)
4444

4545
### Unsubscribing from notifications on the subscriptions page
4646

@@ -68,4 +68,4 @@ When you unwatch a repository, you unsubscribe from future updates from that rep
6868
- unwatch a repository
6969
- ignore all notifications for a repository
7070
- customize the types of event you receive notifications for (issues, pull requests, releases or discussions, if enabled)
71-
{% endif %}
71+
{% endif %}

content/github/setting-up-and-managing-organizations-and-teams/managing-secret-scanning-for-your-organization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permissions: 'Organization owners can manage {% data variables.product.prodname_
66
versions:
77
free-pro-team: '*'
88
---
9-
9+
1010
{% data reusables.secret-scanning.beta %}
1111

1212
### About management of {% data variables.product.prodname_secret_scanning %}
@@ -43,4 +43,4 @@ You can manage how {% data variables.product.prodname_dotcom %} scans for secret
4343
{% data reusables.organizations.org_settings %}
4444
{% data reusables.organizations.security-and-analysis %}
4545
5. To the right of "Secret scanning", enable or disable the feature by default for new private repositories in your organization.
46-
![Checkbox for enabling or disabling a feature for new repositoris](/assets/images/help/organizations/security-and-analysis-enable-or-disable-secret-scanning-checkbox.png)
46+
![Checkbox for enabling or disabling a feature for new repositories](/assets/images/help/organizations/security-and-analysis-enable-or-disable-secret-scanning-checkbox.png)

content/github/setting-up-and-managing-organizations-and-teams/reviewing-the-audit-log-for-your-organization.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ An overview of some of the most common actions that are recorded as events in th
197197
| Action | Description
198198
|------------------|-------------------
199199
| `disable` | Triggered when an organization owner disables {% data variables.product.prodname_dependabot_alerts %} for all new {% if currentVersion == "free-pro-team@latest" %}private {% endif %}repositories. For more information, see "[Managing security and analysis settings for your organization](/github/setting-up-and-managing-organizations-and-teams/managing-security-and-analysis-settings-for-your-organization)."
200-
| `enable` | Triggered when an organization owner enbles {% data variables.product.prodname_dependabot_alerts %} for all new {% if currentVersion == "free-pro-team@latest" %}private {% endif %}repositories.
200+
| `enable` | Triggered when an organization owner enables {% data variables.product.prodname_dependabot_alerts %} for all new {% if currentVersion == "free-pro-team@latest" %}private {% endif %}repositories.
201201

202202
#### `dependabot_security_updates` category actions
203203

@@ -218,14 +218,14 @@ An overview of some of the most common actions that are recorded as events in th
218218
| Action | Description
219219
|------------------|-------------------
220220
| `disable` | Triggered when an organization owner disables the dependency graph for all existing repositories. For more information, see "[Managing security and analysis settings for your organization](/github/setting-up-and-managing-organizations-and-teams/managing-security-and-analysis-settings-for-your-organization)."
221-
| `enable` | Triggered when an organization owner enables the dependency graph for all existing repositories.
221+
| `enable` | Triggered when an organization owner enables the dependency graph for all existing repositories.
222222

223223
#### `dependency_graph_new_repos` category actions
224224

225225
| Action | Description
226226
|------------------|-------------------
227227
| `disable` | Triggered when an organization owner disables the dependency graph for all new repositories. For more information, see "[Managing security and analysis settings for your organization](/github/setting-up-and-managing-organizations-and-teams/managing-security-and-analysis-settings-for-your-organization)."
228-
| `enable` | Triggered when an organization owner enables the dependency graph for all new repositories.
228+
| `enable` | Triggered when an organization owner enables the dependency graph for all new repositories.
229229

230230
{% endif %}
231231

@@ -327,7 +327,7 @@ For more information, see "[Restricting publication of {% data variables.product
327327
| `audit_log_export` | Triggered when an organization admin [creates an export of the organization audit log](#exporting-the-audit-log). If the export included a query, the log will list the query used and the number of audit log entries matching that query.
328328
| `block_user` | Triggered when an organization owner [blocks a user from accessing the organization's repositories](/articles/blocking-a-user-from-your-organization).
329329
| `cancel_invitation` | Triggered when an organization invitation has been revoked. {% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
330-
| `create_actions_secret` | Triggered when a organization admin [creates a {% data variables.product.prodname_actions %} secret](/actions/reference/encrypted-secrets#creating-encrypted-secrets-for-an-organization).{% endif %} {% if currentVersion == "free-pro-team@latest"%}
330+
| `create_actions_secret` | Triggered when a organization admin [creates a {% data variables.product.prodname_actions %} secret](/actions/reference/encrypted-secrets#creating-encrypted-secrets-for-an-organization).{% endif %} {% if currentVersion == "free-pro-team@latest"%}
331331
| `disable_oauth_app_restrictions` | Triggered when an owner [disables {% data variables.product.prodname_oauth_app %} access restrictions](/articles/disabling-oauth-app-access-restrictions-for-your-organization) for your organization.
332332
| `disable_saml` | Triggered when an organization admin disables SAML single sign-on for an organization.{% endif %}
333333
| `disable_member_team_creation_permission` | Triggered when an organization owner limits team creation to owners. For more information, see "[Setting team creation permissions in your organization](/articles/setting-team-creation-permissions-in-your-organization)." |{% if currentVersion != "github-ae@latest" %}
@@ -527,7 +527,7 @@ For more information, see "[Restricting publication of {% data variables.product
527527
| Action | Description
528528
|------------------|-------------------
529529
| `authorized_users_teams` | Triggered when an organization owner or a person with admin permissions to the repository updates the list of people or teams authorized to receive {% data variables.product.prodname_dependabot_alerts %} for vulnerable dependencies in the repository. For more information, see "[Managing security and analysis settings for your repository](/github/administering-a-repository/managing-security-and-analysis-settings-for-your-repository#granting-access-to-security-alerts)."
530-
| `disable` | Triggered when a repository owner or person with admin access to the repository disables {% data variables.product.prodname_dependabot_alerts %}.
530+
| `disable` | Triggered when a repository owner or person with admin access to the repository disables {% data variables.product.prodname_dependabot_alerts %}.
531531
| `enable` | Triggered when a repository owner or person with admin access to the repository enables {% data variables.product.prodname_dependabot_alerts %}.
532532

533533
{% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
@@ -536,7 +536,7 @@ For more information, see "[Restricting publication of {% data variables.product
536536
| Action | Description
537537
|------------------|-------------------
538538
| `disable` | Triggered when an organization owner disables secret scanning for all existing{% if currentVersion == "free-pro-team@latest" %}, private{% endif %} repositories. For more information, see "[About secret scanning](/github/administering-a-repository/about-secret-scanning)."
539-
| `enable` | Triggered when an organization owner enables secret scanning for all existing{% if currentVersion == "free-pro-team@latest" %}, private{% endif %} repositories.
539+
| `enable` | Triggered when an organization owner enables secret scanning for all existing{% if currentVersion == "free-pro-team@latest" %}, private{% endif %} repositories.
540540

541541
#### `secret_scanning_new_repos` category actions
542542

@@ -559,7 +559,7 @@ For more information, see "[Restricting publication of {% data variables.product
559559
| `sponsor_sponsorship_preference_change` | Triggered when you change whether you receive email updates from a sponsored account (see "[Managing your sponsorship](/articles/managing-your-sponsorship)")
560560
| `sponsor_sponsorship_tier_change` | Triggered when you upgrade or downgrade your sponsorship (see "[Upgrading a sponsorship](/articles/upgrading-a-sponsorship)" and "[Downgrading a sponsorship](/articles/downgrading-a-sponsorship)")
561561
| `sponsored_developer_approve` | Triggered when your {% data variables.product.prodname_sponsors %} account is approved (see "[Setting up {% data variables.product.prodname_sponsors %} for your organization](/github/supporting-the-open-source-community-with-github-sponsors/setting-up-github-sponsors-for-your-organization)")
562-
| `sponsored_developer_create` | Triggered when your {% data variables.product.prodname_sponsors %} account is created (see "[Setting up {% data variables.product.prodname_sponsors %} for your organizaion](/github/supporting-the-open-source-community-with-github-sponsors/setting-up-github-sponsors-for-your-organization)")
562+
| `sponsored_developer_create` | Triggered when your {% data variables.product.prodname_sponsors %} account is created (see "[Setting up {% data variables.product.prodname_sponsors %} for your organization](/github/supporting-the-open-source-community-with-github-sponsors/setting-up-github-sponsors-for-your-organization)")
563563
| `sponsored_developer_profile_update` | Triggered when you edit your sponsored organization profile (see "[Editing your profile details for {% data variables.product.prodname_sponsors %}](/github/supporting-the-open-source-community-with-github-sponsors/editing-your-profile-details-for-github-sponsors)")
564564
| `sponsored_developer_request_approval` | Triggered when you submit your application for {% data variables.product.prodname_sponsors %} for approval (see "[Setting up {% data variables.product.prodname_sponsors %} for your organization](/github/supporting-the-open-source-community-with-github-sponsors/setting-up-github-sponsors-for-your-organization)")
565565
| `sponsored_developer_tier_description_update` | Triggered when you change the description for a sponsorship tier (see "[Changing your sponsorship tiers](/articles/changing-your-sponsorship-tiers)")

content/github/setting-up-and-managing-your-github-user-account/managing-your-theme-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For choice and flexibility in how and when you use {% data variables.product.pro
1515

1616
{% data reusables.user_settings.access_settings %}
1717
1. In the user settings sidebar, click **Appearance**.
18-
!["Apperance" tab in user settings sidebar](/assets/images/help/settings/appearance-tab.png)
18+
!["Appearance" tab in user settings sidebar](/assets/images/help/settings/appearance-tab.png)
1919
1. Under "Theme", select a theme preference.
2020
![Radio buttons for theme settings](/assets/images/help/settings/theme-settings-radio-buttons.png)
2121

0 commit comments

Comments
 (0)