Skip to content

Commit 748032f

Browse files
authored
Merge pull request #30633 from github/repo-sync
Repo sync
2 parents bcbef8d + b9a49e6 commit 748032f

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

src/audit-logs/data/ghec/enterprise.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,11 @@
109109
"description": "A billing manager was added to an enterprise.",
110110
"docs_reference_links": "N/A"
111111
},
112+
{
113+
"action": "business.add_billing_viewer",
114+
"description": "N/A",
115+
"docs_reference_links": "N/A"
116+
},
112117
{
113118
"action": "business.add_organization",
114119
"description": "An organization was added to an enterprise.",
@@ -159,6 +164,11 @@
159164
"description": "An invitation for someone to be an billing manager of an enterprise was canceled.",
160165
"docs_reference_links": "N/A"
161166
},
167+
{
168+
"action": "business.cancel_billing_viewer_invitation",
169+
"description": "N/A",
170+
"docs_reference_links": "N/A"
171+
},
162172
{
163173
"action": "business.cancel_trial",
164174
"description": "The trial of GitHub Enterprise Cloud was cancelled.",
@@ -294,6 +304,11 @@
294304
"description": "An invitation for someone to be an billing manager of an enterprise was sent.",
295305
"docs_reference_links": "N/A"
296306
},
307+
{
308+
"action": "business.invite_billing_viewer",
309+
"description": "N/A",
310+
"docs_reference_links": "N/A"
311+
},
297312
{
298313
"action": "business.members_can_update_protected_branches.clear",
299314
"description": "An enterprise owner unset a policy for whether members of an enterprise can update protected branches on repositories for individual organizations. Organization owners can choose whether to allow updating protected branches settings.",
@@ -349,6 +364,11 @@
349364
"description": "A billing manager was removed from an enterprise.",
350365
"docs_reference_links": "N/A"
351366
},
367+
{
368+
"action": "business.remove_billing_viewer",
369+
"description": "N/A",
370+
"docs_reference_links": "N/A"
371+
},
352372
{
353373
"action": "business.remove_member",
354374
"description": "A member was removed from an enterprise.",

src/audit-logs/lib/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"apiOnlyEventsAdditionalDescription": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.",
3-
"sha": "913efe44fbf62baf32088f71698cc1d7efeffdef"
3+
"sha": "24d023f9d4570cddd3c78bdc4cae2a52aa420924"
44
}

src/links/lib/excluded-links.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export default [
2323

2424
// These links require auth.
2525
regex('https://github.com/settings/profile'),
26+
regex('https://github.com/settings/billing'),
2627
regex('https://github.com/github/docs/edit'),
2728
regex('https://github.com/github/insights-releases/releases/latest'),
2829
regex('https://classroom.github.com/videos'),

0 commit comments

Comments
 (0)