Skip to content

Commit bfc971d

Browse files
authored
Merge pull request github#36600 from github/repo-sync
Repo sync
2 parents 24f76be + d2652e2 commit bfc971d

File tree

84 files changed

+2407
-664
lines changed

Some content is hidden

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

84 files changed

+2407
-664
lines changed

content/apps/using-github-apps/approving-updated-permissions-for-a-github-app.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ Occasionally, a {% data variables.product.prodname_github_app %} that you have i
1212

1313
When a {% data variables.product.prodname_github_app %} requests additional organization or repository permissions, {% data variables.product.company_short %} will notify you if the app is installed on your personal account or on an organization that you own.
1414

15-
You can choose to accept or reject the additional permissions. If you reject the additional permissions, the {% data variables.product.prodname_github_app %} will still retain its current permissions. The {% data variables.product.prodname_github_app %} may not function as expected if you reject the additional permissions.
15+
You can choose whether to accept the additional permissions. If you do not approve the additional permissions, the {% data variables.product.prodname_github_app %} will still retain its current permissions. The {% data variables.product.prodname_github_app %} may not function as expected if you do not approve the additional permissions.
1616

1717
If the app is authorized but not installed or if the {% data variables.product.prodname_github_app %} only requested additional account permissions, {% data variables.product.company_short %} will not notify you. Instead, the {% data variables.product.prodname_github_app %} will prompt you to reauthorize the app in order to enable the new account permissions. For more information, see [AUTOTITLE](/apps/using-github-apps/authorizing-github-apps).

content/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,15 @@ You can filter closed items by their close reason.
136136

137137
## Filtering for when an item was last updated
138138

139-
You can use the `{number}days` syntax to filter for when items were last updated.
139+
The `updated` filter field provides a more powerful and flexible way to filter items based on their last modification date.
140140

141141
| Qualifier | Example
142142
| ---------- | -------------
143-
| <code>last-updated:<em>NUMBER</em>days</code> | **last-updated:1day** will show items last updated one or more days ago.
144-
| | **last-updated:7days** will show items last updated seven or more days ago.
145-
| | **-last-updated:10days** will show items that have been updated in the last ten days.
143+
| <code>updated:<em>NUMBER</em>days</code> | **updated:@today** will show items updated today.
144+
| | **updated:@today-1d** will show items updated 1 day ago.
145+
| | **updated:>@today-1w** will show items last updated seven or more days ago.
146+
| | **updated:>@today-30d** will show items last updated thirty or more days ago.
147+
| | **-updated:@today** excludes items updated today.
146148

147149
{% data reusables.projects.last-updated-explanation %}
148150

content/organizations/managing-organization-settings/managing-custom-properties-for-repositories-in-your-organization.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ shortTitle: Custom properties
1111

1212
## About custom properties
1313

14-
Custom properties allow you to decorate your repositories with information such as compliance frameworks, data sensitivity, or project details. Custom properties are private and can only be viewed by people with read permissions to the repository.
15-
14+
Custom properties allow you to decorate your repositories with information such as compliance frameworks, data sensitivity, or project details. Custom properties visibility follows the visibility of the repository. Custom properties on public repositories can viewed by anyone, while custom properties on internal or private repositories can be viewed by accounts with read permissions to the repository.
1615
An organization can have up to 100 property definitions. An allowed value list can have up to 200 items.
1716

1817
{% ifversion ghec or ghes %}

data/features/attach-to-comment-icon.yml

-6
This file was deleted.

data/features/code-scanning-default-setup-self-hosted-310.yml

-3
This file was deleted.

data/features/code-scanning-runner-label.yml

-3
This file was deleted.

data/features/code-security-audit-log-events.yml

-3
This file was deleted.

data/features/codeql-swift-beta.yml

-7
This file was deleted.

data/reusables/actions/workflows/required-workflow-beta.md

-6
This file was deleted.

data/reusables/actions/workflows/required-workflow-prerequisites.md

-8
This file was deleted.

data/reusables/actions/workflows/required-workflow-source-notes.md

-9
This file was deleted.

data/reusables/actions/workflows/required-workflow-target-notes.md

-3
This file was deleted.

data/reusables/copilot/chat-conversation-buttons.md

-1
This file was deleted.

data/reusables/enterprise/azure-maps-auth-warning.md

-2
This file was deleted.

data/reusables/release-notes/2023-10-git-push-made-but-not-registered.md

-10
This file was deleted.

data/reusables/release-notes/2023-12-client-ip-addresses-incorrect-in-audit-log.md

-1
This file was deleted.

data/reusables/release-notes/2023-12-ghes-3-11-upgrade-reloading-system-services-error.md

-7
This file was deleted.

data/reusables/release-notes/2023-12-networking-issue-in-ghes-3-11-1.md

-3
This file was deleted.

data/reusables/release-notes/2024-01-ha-proxy-out-of-memory.md

-1
This file was deleted.

data/reusables/release-notes/2024-01-haproxy-upgrade-causing-increased-errors.md

-7
This file was deleted.

data/reusables/release-notes/2024-02-pages-deployment-error.md

-17
This file was deleted.

data/reusables/release-notes/2024-03-increased-log-volume-in-syslog.md

-1
This file was deleted.

data/reusables/release-notes/scheduled-reminders-unintentional.md

-1
This file was deleted.

0 commit comments

Comments
 (0)