You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/github/administering-a-repository/about-dependabot-version-updates.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,3 +44,7 @@ You can configure version updates for repositories that contain a dependency man
44
44
{% data reusables.dependabot.supported-package-managers %}
45
45
46
46
If your repository already uses an integration for dependency management, you will need to disable this before enabling {% data variables.product.prodname_dependabot %}. For more information, see "[About integrations](/github/customizing-your-github-workflow/about-integrations)."
47
+
48
+
### About notifications for {% data variables.product.prodname_dependabot %} version updates
49
+
50
+
You can filter your notifications on {% data variables.product.company_short %} to show {% data variables.product.prodname_dependabot %} version updates. For more information, see "[Managing notifications from your inbox](/github/managing-subscriptions-and-notifications-on-github/managing-notifications-from-your-inbox#dependabot-custom-filters)."
Copy file name to clipboardExpand all lines: content/github/managing-security-vulnerabilities/about-dependabot-security-updates.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,3 +33,7 @@ When you merge a pull request that contains a security update, the corresponding
33
33
### About compatibility scores
34
34
35
35
{% data variables.product.prodname_dependabot_security_updates %} may include compatibility scores to let you know whether updating a vulnerability could cause breaking changes to your project. These are calculated from CI tests in other public repositories where the same security update has been generated. An update's compatibility score is the percentage of CI runs that passed when updating between specific versions of the dependency.
36
+
37
+
### About notifications for {% data variables.product.prodname_dependabot %} security updates
38
+
39
+
You can filter your notifications on {% data variables.product.company_short %} to show {% data variables.product.prodname_dependabot %} security updates. For more information, see "[Managing notifications from your inbox](/github/managing-subscriptions-and-notifications-on-github/managing-notifications-from-your-inbox#dependabot-custom-filters)."
Copy file name to clipboardExpand all lines: content/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ You can configure notification settings for yourself or your organization from t
40
40
41
41
{% note %}
42
42
43
-
**Note:** You can filter your {% data variables.product.company_short %} inbox notifications to show {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot %}{% else %} security{% endif %} alerts. For more information, see "[Managing notifications from your inbox](/github/managing-subscriptions-and-notifications-on-github/managing-notifications-from-your-inbox#supported-queries-for-custom-filters)."
43
+
**Note:** You can filter your notifications on {% data variables.product.company_short %} to show {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot %}{% else %} security{% endif %} alerts. For more information, see "[Managing notifications from your inbox](/github/managing-subscriptions-and-notifications-on-github/managing-notifications-from-your-inbox#dependabot-custom-filters)."
Copy file name to clipboardExpand all lines: content/github/managing-subscriptions-and-notifications-on-github/managing-notifications-from-your-inbox.md
+58-21Lines changed: 58 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,31 +90,16 @@ Custom filters do not currently support:
90
90
91
91
### Supported queries for custom filters
92
92
93
-
There are three types of filters that you can use:
93
+
These are the types of filters that you can use:
94
94
- Filter by repository with `repo:`
95
95
- Filter by discussion type with `is:`
96
-
- Filter by notification reason with `reason:`
96
+
- Filter by notification reason with `reason:`{% if currentVersion == "free-pro-team@latest" %}
97
+
- Filter by notification author with `author:`
98
+
- Filter by organization with `org:`{% endif %}
97
99
98
-
To add a `repo:`filter, you must include the owner of the repository in the query. For example, `repo:atom/atom` represents the Atom repository owned by the Atom organization.
100
+
#### Supported `repo:`queries
99
101
100
-
#### Supported `reason:` queries
101
-
102
-
To filter notifications by why you've received an update, you can use the `reason:` query. For example, to see notifications when you (or a team you're on) is requested to review a pull request, use `reason:review-requested`. For more information, see "[About notifications](/github/managing-subscriptions-and-notifications-on-github/about-notifications#reasons-for-receiving-notifications)."
103
-
104
-
| Query | Description |
105
-
|-----------------|-------------|
106
-
| `reason:assign` | When there's an update on an issue or pull request you've been assigned to.
107
-
| `reason:author` | When you opened a pull request or issue and there has been an update or new comment.
108
-
| `reason:comment`| When you commented on an issue, pull request, or team discussion.
109
-
| `reason:participating` | When you have commented on an issue, pull request, or team discussion or you have been @mentioned.
110
-
| `reason:invitation` | When you're invited to a team, organization, or repository.
111
-
| `reason:manual` | When you click **Subscribe** on an issue or pull request you weren't already subscribed to.
112
-
| `reason:mention` | You were directly @mentioned.
113
-
| `reason:review-requested` | You or a team you're on have been requested to review a pull request.{% if currentVersion != "github-ae@latest" %}
114
-
| `reason:security-alert` | When a security alert is issued for a repository.{% endif %}
115
-
| `reason:state-change` | When the state of a pull request or issue is changed. For example, an issue is closed or a pull request is merged.
116
-
| `reason:team-mention` | When a team you're a member of is @mentioned.
117
-
| `reason:ci-activity` | When a repository has a CI update, such as a new workflow run status.
102
+
To add a `repo:` filter, you must include the owner of the repository in the query: `repo:owner/repository`. An owner is the organization or the user who owns the {% data variables.product.prodname_dotcom %} asset that triggers the notification. For example, `repo:octo-org/octo-repo` will show notifications triggered in the octo-repo repository within the octo-org organization.
118
103
119
104
#### Supported `is:` queries
120
105
@@ -141,3 +126,55 @@ You can also use the `is:` query to describe how the notification was triaged.
141
126
-`is:done`
142
127
-`is:unread`
143
128
-`is:read`
129
+
130
+
#### Supported `reason:` queries
131
+
132
+
To filter notifications by why you've received an update, you can use the `reason:` query. For example, to see notifications when you (or a team you're on) is requested to review a pull request, use `reason:review-requested`. For more information, see "[About notifications](/github/managing-subscriptions-and-notifications-on-github/about-notifications#reasons-for-receiving-notifications)."
133
+
134
+
| Query | Description |
135
+
|-----------------|-------------|
136
+
| `reason:assign` | When there's an update on an issue or pull request you've been assigned to.
137
+
| `reason:author` | When you opened a pull request or issue and there has been an update or new comment.
138
+
| `reason:comment`| When you commented on an issue, pull request, or team discussion.
139
+
| `reason:participating` | When you have commented on an issue, pull request, or team discussion or you have been @mentioned.
140
+
| `reason:invitation` | When you're invited to a team, organization, or repository.
141
+
| `reason:manual` | When you click **Subscribe** on an issue or pull request you weren't already subscribed to.
142
+
| `reason:mention` | You were directly @mentioned.
143
+
| `reason:review-requested` | You or a team you're on have been requested to review a pull request.{% if currentVersion != "github-ae@latest" %}
144
+
| `reason:security-alert` | When a security alert is issued for a repository.{% endif %}
145
+
| `reason:state-change` | When the state of a pull request or issue is changed. For example, an issue is closed or a pull request is merged.
146
+
| `reason:team-mention` | When a team you're a member of is @mentioned.
147
+
| `reason:ci-activity` | When a repository has a CI update, such as a new workflow run status.
148
+
149
+
{% if currentVersion == "free-pro-team@latest" %}
150
+
#### Supported `author:` queries
151
+
152
+
To filter notifications by user, you can use the `author:` query. An author is the original author of the thread (issue, pull request, gist, discussions, and so on) for which you are being notified. For example, to see notifications for threads created by the Octocat user, use `author:octocat`.
153
+
154
+
#### Supported `org:` queries
155
+
156
+
To filter notifications by organization, you can use the `org` query. The organization you need to specify in the query is the organization of the repository for which you are being notified on {% data variables.product.prodname_dotcom %}. This query is useful if you belong to several organizations, and want to see notifications for a specific organization.
157
+
158
+
For example, to see notifications from the octo-org organization, use `org:octo-org`.
159
+
160
+
{% endif %}
161
+
162
+
{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
163
+
### {% data variables.product.prodname_dependabot %} custom filters
164
+
165
+
{% if currentVersion == "free-pro-team@latest" %}
166
+
If you use {% data variables.product.prodname_dependabot %} to keep your dependencies up-to-date, you can use and save these custom filters:
167
+
-`is:repository_vulnerability_alert` to show notifications for {% data variables.product.prodname_dependabot_alerts %}.
168
+
-`reason:security_alert` to show notifications for {% data variables.product.prodname_dependabot_alerts %} and security update pull requests.
169
+
-`author:app/dependabot` to show notifications generated by {% data variables.product.prodname_dependabot %}. This includes {% data variables.product.prodname_dependabot_alerts %}, security update pull requests, and version update pull requests.
170
+
171
+
For more information about {% data variables.product.prodname_dependabot %}, see "[About managing vulnerable dependencies](/github/managing-security-vulnerabilities/about-managing-vulnerable-dependencies)."
172
+
{% endif %}
173
+
174
+
{% if enterpriseServerVersions contains currentVersion and currentVersion ver_gt "enterprise-server@2.21" %}
175
+
If you use {% data variables.product.prodname_dependabot %} to keep your dependencies-up-to-date, you can use and save the `is:repository_vulnerability_alert` custom filter to show notifications for {% data variables.product.prodname_dependabot_alerts %}.
176
+
177
+
For more information about {% data variables.product.prodname_dependabot %}, see "[About alerts for vulnerable dependencies](/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies)."
Copy file name to clipboardExpand all lines: content/github/setting-up-and-managing-your-enterprise/managing-licenses-for-visual-studio-subscription-with-github-enterprise.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,9 @@ versions:
15
15
16
16
{% data variables.product.prodname_vss_ghe %} is a combined offering from Microsoft that allows a subscriber to use both {% data variables.product.prodname_enterprise %} and {% data variables.product.prodname_vs %}. {% data variables.product.prodname_vss_ghe %} is available from Microsoft under the terms of the Microsoft Enterprise Agreement. For more information, see [{% data variables.product.prodname_vss_ghe %}](https://visualstudio.microsoft.com/subscriptions/visual-studio-github/) on the {% data variables.product.prodname_vs %} website.
17
17
18
-
After you assign a license for {% data variables.product.prodname_vss_ghe %} to a subscriber, the subscriber will use the {% data variables.product.prodname_enterprise %} portion of the license by joining an organization in your enterprise account with a user account on {% data variables.product.prodname_dotcom_the_website %}.
18
+
After you assign a license for {% data variables.product.prodname_vss_ghe %} to a subscriber, the subscriber will use the {% data variables.product.prodname_enterprise %} portion of the license by joining an organization in your enterprise account with a user account on {% data variables.product.prodname_dotcom_the_website %}. If the email address for the user account of an enterprise member on {% data variables.product.prodname_dotcom_the_website %} matches the User Primary Name (UPN) for a subscriber to your {% data variables.product.prodname_vs %} account, the {% data variables.product.prodname_vs %} subscriber will automatically consume one license for {% data variables.product.prodname_vss_ghe %}.
19
+
20
+
The total quantity of your licenses for your enterprise on {% data variables.product.prodname_dotcom %} is the sum of any standard {% data variables.product.prodname_enterprise %} licenses and the number of {% data variables.product.prodname_vs %} subscription licenses that include access to {% data variables.product.prodname_dotcom %}. If the user account for an enterprise member does not correspond with the email address for a {% data variables.product.prodname_vs %} subscriber, the license that the user account consumes is unavailable for a {% data variables.product.prodname_vs %} subscriber.
19
21
20
22
For more information about {% data variables.product.prodname_enterprise %}, see "[{% data variables.product.company_short %}'s products](/github/getting-started-with-github/githubs-products#github-enterprise)." For more information about accounts on {% data variables.product.prodname_dotcom_the_website %}, see "[Types of {% data variables.product.prodname_dotcom %} accounts](/github/getting-started-with-github/types-of-github-accounts)."
21
23
@@ -27,11 +29,13 @@ For more information about {% data variables.product.prodname_enterprise %}, see
27
29
28
30
3. On {% data variables.product.prodname_dotcom_the_website %}, create at least one organization owned by your enterprise account. For more information, see "[Adding organizations to your enterprise account](/github/setting-up-and-managing-your-enterprise/adding-organizations-to-your-enterprise-account)."
29
31
30
-
4. The subscriber must create a user account on {% data variables.product.prodname_dotcom_the_website %}, and the email address for the account must be the same email address as the email address in the {% data variables.product.prodname_vs %} portal. For more information, see "[Signing up for {% data variables.product.prodname_dotcom %}](/github/getting-started-with-github/signing-up-for-github)" and "[Managing email preferences](/github/setting-up-and-managing-your-github-user-account/managing-email-preferences)."
31
-
32
32
### Inviting a subscriber to use {% data variables.product.prodname_enterprise %}
33
33
34
-
To use the {% data variables.product.prodname_enterprise %} portion of the license, the subscriber must join an organization owned by your enterprise account on {% data variables.product.prodname_dotcom_the_website %}. Organization owners can invite new members to an organization. For more information, see "[Inviting users to join your organization](/github/setting-up-and-managing-organizations-and-teams/inviting-users-to-join-your-organization)."
34
+
To use the {% data variables.product.prodname_enterprise %} portion of the license, the subscriber's user account on {% data variables.product.prodname_dotcom_the_website %} must be or become a member of an organization owned by your enterprise on {% data variables.product.prodname_dotcom_the_website %}.
35
+
36
+
Organization owners can invite new members to an organization by email address. The email address that the organization owner invites must match the {% data variables.product.prodname_vs %} subscriber's User Primary Name (UPN), which should be an email address. The subscriber can accept the invitation with an existing user account on {% data variables.product.prodname_dotcom_the_website %} or create a new account.
37
+
38
+
For more information, see "[Inviting users to join your organization](/github/setting-up-and-managing-organizations-and-teams/inviting-users-to-join-your-organization)," "[Signing up for {% data variables.product.prodname_dotcom %}](/github/getting-started-with-github/signing-up-for-github)," and "[Managing email preferences](/github/setting-up-and-managing-your-github-user-account/managing-email-preferences)."
35
39
36
40
### Viewing {% data variables.product.prodname_enterprise %} licensing
Copy file name to clipboardExpand all lines: content/github/setting-up-and-managing-your-enterprise/viewing-the-subscription-and-usage-for-your-enterprise-account.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,8 @@ For more information about managing billing managers, see "[Inviting people to m
22
22
{% data reusables.enterprise-accounts.access-enterprise %}
23
23
{% data reusables.enterprise-accounts.settings-tab %}
24
24
{% data reusables.enterprise-accounts.license-tab %}
25
-
4. Under "User {% if currentVersion == "free-pro-team@latest" %}Licenses{% else %}licenses{% endif %}", view your total licenses, number of consumed licenses, and your subscription expiration date.
25
+
1. Under "User {% if currentVersion == "free-pro-team@latest" %}Licenses{% else %}licenses{% endif %}", view your total licenses, number of consumed licenses, and your subscription expiration date.
26
26
{% if currentVersion == "free-pro-team@latest" %}{% else %}
27
27
{% endif %}
28
-
5. To view details of the user licenses currently in use, click **View {% if currentVersion == "free-pro-team@latest" %}details{% else %}users{% endif %}**.
28
+
1. Optionally, to view details for license usage or download a {% if currentVersion == "free-pro-team@latest" %}CSV{% elsif enterpriseServerVersions contains currentVersion %}JSON{% endif %} file with license details{% if currentVersion == "free-pro-team@latest" %}, to the right of "User Licenses"{% endif %}, click **View {% if currentVersion == "free-pro-team@latest" %}details{% elsif enterpriseServerVersions contains currentVersion %}users{% endif %}** or {% if currentVersion == "free-pro-team@latest" %}{% octicon "download" aria-label="The download icon" %}{% elsif enterpriseServerVersions contains currentVersion %}**Export license usage**{% endif %}.{% if currentVersion == "free-pro-team@latest" %}
29
+
{% endif %}
0 commit comments