Skip to content

Commit

Permalink
Merge pull request #36600 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Mar 3, 2025
2 parents 24f76be + d2652e2 commit bfc971d
Show file tree
Hide file tree
Showing 84 changed files with 2,407 additions and 664 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ Occasionally, a {% data variables.product.prodname_github_app %} that you have i

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.

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.
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.

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).
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,15 @@ You can filter closed items by their close reason.

## Filtering for when an item was last updated

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

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

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ shortTitle: Custom properties

## About custom properties

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.

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.
An organization can have up to 100 property definitions. An allowed value list can have up to 200 items.

{% ifversion ghec or ghes %}
Expand Down
6 changes: 0 additions & 6 deletions data/features/attach-to-comment-icon.yml

This file was deleted.

3 changes: 0 additions & 3 deletions data/features/code-scanning-default-setup-self-hosted-310.yml

This file was deleted.

3 changes: 0 additions & 3 deletions data/features/code-scanning-runner-label.yml

This file was deleted.

3 changes: 0 additions & 3 deletions data/features/code-security-audit-log-events.yml

This file was deleted.

7 changes: 0 additions & 7 deletions data/features/codeql-swift-beta.yml

This file was deleted.

6 changes: 0 additions & 6 deletions data/reusables/actions/workflows/required-workflow-beta.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion data/reusables/copilot/chat-conversation-buttons.md

This file was deleted.

2 changes: 0 additions & 2 deletions data/reusables/enterprise/azure-maps-auth-warning.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

17 changes: 0 additions & 17 deletions data/reusables/release-notes/2024-02-pages-deployment-error.md

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit bfc971d

Please sign in to comment.