Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repo sync #28319

Merged
merged 2 commits into from
Sep 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions .github/workflows/lint-entire-content-data-markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,16 @@ jobs:
uses: ./.github/actions/node-npm-setup

- name: Run content linter
id: linting-content-data
timeout-minutes: 10
continue-on-error: true
run: node src/content-linter/scripts/markdownlint.js --errors-only --paths content data --output-file /tmp/error-lints.json

- name: Open issue in docs-content
if: ${{ always() && steps.linting-content-data.outcome == 'failure' }}
env:
GITHUB_TOKEN: ${{ secrets.DOCS_BOT_PAT_WRITEORG_PROJECT }}
REPORT_AUTHOR: docs-bot
REPORT_LABEL: broken content markdown report
REPORT_REPOSITORY: github/docs-content
timeout-minutes: 10
run: |
node src/content-linter/scripts/markdownlint.js --errors-only --paths content data --output-file /tmp/error-lints.json
node .github/actions-scripts/post-lints.js --path /tmp/error-lints.json
run: node .github/actions-scripts/post-lints.js --path /tmp/error-lints.json
35 changes: 25 additions & 10 deletions src/audit-logs/data/fpt/organization.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,37 +161,37 @@
},
{
"action": "copilot.cfb_org_settings_changed",
"description": "N/A",
"description": "Settings for Copilot for Business were changed at the organization level.",
"docs_reference_links": "N/A"
},
{
"action": "copilot.cfb_seat_assignment_created",
"description": "N/A",
"docs_reference_links": "N/A"
"description": "A seat was assigned to a user with no other active seat assignment.",
"docs_reference_links": "/copilot/overview-of-github-copilot/about-github-copilot-for-business"
},
{
"action": "copilot.cfb_seat_assignment_refreshed",
"description": "N/A",
"description": "A seat assignment that was already pending cancellation was created, revoking the cancellation.",
"docs_reference_links": "N/A"
},
{
"action": "copilot.cfb_seat_assignment_reused",
"description": "N/A",
"description": "A seat assignment was created for a user who already had a seat with no pending cancellation date.",
"docs_reference_links": "N/A"
},
{
"action": "copilot.cfb_seat_assignment_unassigned",
"description": "N/A",
"description": "A seat was unassigned from a user.",
"docs_reference_links": "N/A"
},
{
"action": "copilot.cfb_seat_cancelled_by_staff",
"description": "N/A",
"description": "A seat was canceled from the Copilot for Business subscription manually by GitHub ",
"docs_reference_links": "N/A"
},
{
"action": "copilot.cfb_seat_management_changed",
"description": "N/A",
"description": "The seat management setting was changed for the Copilot for Business subscription.",
"docs_reference_links": "N/A"
},
{
Expand Down Expand Up @@ -909,6 +909,16 @@
"description": "N/A",
"docs_reference_links": "N/A"
},
{
"action": "org.codespaces_team_access_allowed",
"description": "N/A",
"docs_reference_links": "N/A"
},
{
"action": "org.codespaces_team_access_revoked",
"description": "N/A",
"docs_reference_links": "N/A"
},
{
"action": "org.codespaces_trusted_repo_access_granted",
"description": "GitHub Codespaces was granted trusted repository access to all other repositories in an organization.",
Expand Down Expand Up @@ -1484,6 +1494,11 @@
"description": "N/A",
"docs_reference_links": "N/A"
},
{
"action": "organization_role.update",
"description": "N/A",
"docs_reference_links": "N/A"
},
{
"action": "org_credential_authorization.deauthorize",
"description": "N/A",
Expand Down Expand Up @@ -2727,12 +2742,12 @@
{
"action": "sponsors.sponsor_sponsorship_create",
"description": "A sponsorship was created, by sponsoring an account.",
"docs_reference_links": "/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor"
"docs_reference_links": "/sponsors/sponsoring-open-source-contributors/about-sponsorships-fees-and-taxes"
},
{
"action": "sponsors.sponsor_sponsorship_payment_complete",
"description": "After you sponsor an account and a payment has been processed, the sponsorship payment was marked as complete.",
"docs_reference_links": "/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor"
"docs_reference_links": "/sponsors/sponsoring-open-source-contributors/about-sponsorships-fees-and-taxes"
},
{
"action": "sponsors.sponsor_sponsorship_preference_change",
Expand Down
16 changes: 8 additions & 8 deletions src/audit-logs/data/fpt/user.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,27 +151,27 @@
},
{
"action": "copilot.cfb_seat_assignment_created",
"description": "N/A",
"docs_reference_links": "N/A"
"description": "A seat was assigned to a user with no other active seat assignment.",
"docs_reference_links": "/copilot/overview-of-github-copilot/about-github-copilot-for-business"
},
{
"action": "copilot.cfb_seat_assignment_refreshed",
"description": "N/A",
"description": "A seat assignment that was already pending cancellation was created, revoking the cancellation.",
"docs_reference_links": "N/A"
},
{
"action": "copilot.cfb_seat_assignment_reused",
"description": "N/A",
"description": "A seat assignment was created for a user who already had a seat with no pending cancellation date.",
"docs_reference_links": "N/A"
},
{
"action": "copilot.cfb_seat_assignment_unassigned",
"description": "N/A",
"description": "A seat was unassigned from a user.",
"docs_reference_links": "N/A"
},
{
"action": "copilot.cfb_seat_cancelled_by_staff",
"description": "N/A",
"description": "A seat was canceled from the Copilot for Business subscription manually by GitHub ",
"docs_reference_links": "N/A"
},
{
Expand Down Expand Up @@ -1352,12 +1352,12 @@
{
"action": "sponsors.sponsor_sponsorship_create",
"description": "A sponsorship was created, by sponsoring an account.",
"docs_reference_links": "/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor"
"docs_reference_links": "/sponsors/sponsoring-open-source-contributors/about-sponsorships-fees-and-taxes"
},
{
"action": "sponsors.sponsor_sponsorship_payment_complete",
"description": "After you sponsor an account and a payment has been processed, the sponsorship payment was marked as complete.",
"docs_reference_links": "/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor"
"docs_reference_links": "/sponsors/sponsoring-open-source-contributors/about-sponsorships-fees-and-taxes"
},
{
"action": "sponsors.sponsor_sponsorship_preference_change",
Expand Down
88 changes: 59 additions & 29 deletions src/audit-logs/data/ghec/enterprise.json
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,11 @@
"description": "Secret scanning was enabled for new repositories in your enterprise.",
"docs_reference_links": "/admin/code-security/managing-github-advanced-security-for-your-enterprise/managing-github-advanced-security-features-for-your-enterprise"
},
{
"action": "business_secret_scanning_automatic_validity_checks.disabled",
"description": "Automatic partner validation checks have been disabled at the business level",
"docs_reference_links": "/admin/code-security/managing-github-advanced-security-for-your-enterprise/managing-github-advanced-security-features-for-your-enterprise#managing-advanced-security-features"
},
{
"action": "business_secret_scanning_automatic_validity_checks.enabled",
"description": "Automatic partner validation checks have been enabled at the business level",
Expand Down Expand Up @@ -631,52 +636,52 @@
},
{
"action": "copilot.cfb_enterprise_org_enablement_changed",
"description": "N/A",
"description": "The Copilot for Business enablement policy changed at the enterprise level or for an organization within the enterprise.",
"docs_reference_links": "N/A"
},
{
"action": "copilot.cfb_enterprise_settings_changed",
"description": "N/A",
"description": "Settings for Copilot for Business were changed at the enterprise level.",
"docs_reference_links": "N/A"
},
{
"action": "copilot.cfb_org_settings_changed",
"description": "N/A",
"description": "Settings for Copilot for Business were changed at the organization level.",
"docs_reference_links": "N/A"
},
{
"action": "copilot.cfb_seat_assignment_created",
"description": "N/A",
"docs_reference_links": "N/A"
"description": "A seat was assigned to a user with no other active seat assignment.",
"docs_reference_links": "/copilot/overview-of-github-copilot/about-github-copilot-for-business"
},
{
"action": "copilot.cfb_seat_assignment_refreshed",
"description": "N/A",
"description": "A seat assignment that was already pending cancellation was created, revoking the cancellation.",
"docs_reference_links": "N/A"
},
{
"action": "copilot.cfb_seat_assignment_reused",
"description": "N/A",
"description": "A seat assignment was created for a user who already had a seat with no pending cancellation date.",
"docs_reference_links": "N/A"
},
{
"action": "copilot.cfb_seat_assignment_unassigned",
"description": "N/A",
"description": "A seat was unassigned from a user.",
"docs_reference_links": "N/A"
},
{
"action": "copilot.cfb_seat_cancelled_by_staff",
"description": "N/A",
"description": "A seat was canceled from the Copilot for Business subscription manually by GitHub ",
"docs_reference_links": "N/A"
},
{
"action": "copilot.cfb_seat_management_changed",
"description": "N/A",
"description": "The seat management setting was changed for the Copilot for Business subscription.",
"docs_reference_links": "N/A"
},
{
"action": "copilot.clickwrap_save_event",
"description": "N/A",
"description": "The Copilot for Business Product Specific Terms were accepted.",
"docs_reference_links": "N/A"
},
{
Expand Down Expand Up @@ -949,45 +954,55 @@
"description": "A GitHub Actions deployment protection rule was updated via the API.",
"docs_reference_links": "/actions/deployment/targeting-different-environments/using-environments-for-deployment#deployment-protection-rules"
},
{
"action": "external_group.add_member",
"description": "A user was added to an external group.",
"docs_reference_links": "N/A"
},
{
"action": "external_group.delete",
"description": "An Okta group was deleted.",
"docs_reference_links": "/admin/identity-and-access-management/using-saml-for-enterprise-iam/mapping-okta-groups-to-teams"
"description": "An external group was deleted.",
"docs_reference_links": "N/A"
},
{
"action": "external_group.link",
"description": "An Okta group was mapped to a GitHub AE team.",
"docs_reference_links": "/admin/identity-and-access-management/using-saml-for-enterprise-iam/mapping-okta-groups-to-teams"
"description": "An external group was linked to a GitHub team.",
"docs_reference_links": "N/A"
},
{
"action": "external_group.provision",
"description": "An Okta group was mapped to a team on GitHub AE.",
"docs_reference_links": "/admin/identity-and-access-management/using-saml-for-enterprise-iam/mapping-okta-groups-to-teams"
"description": "An external group was created.",
"docs_reference_links": "N/A"
},
{
"action": "external_group.remove_member",
"description": "A user was removed from an external group.",
"docs_reference_links": "N/A"
},
{
"action": "external_group.unlink",
"description": "An Okta group was unmapped from a GitHub AE team.",
"docs_reference_links": "/admin/identity-and-access-management/using-saml-for-enterprise-iam/mapping-okta-groups-to-teams"
"description": "An external group was unlinked to a GitHub team.",
"docs_reference_links": "N/A"
},
{
"action": "external_group.update",
"description": "An Okta group's settings were updated.",
"docs_reference_links": "/admin/identity-and-access-management/using-saml-for-enterprise-iam/mapping-okta-groups-to-teams"
"description": "An external group was updated.",
"docs_reference_links": "N/A"
},
{
"action": "external_identity.deprovision",
"description": "A user was removed from an Okta group and was subsequently deprovisioned from GitHub AE.",
"docs_reference_links": "/admin/identity-and-access-management/using-saml-for-enterprise-iam/mapping-okta-groups-to-teams"
"description": "N/A",
"docs_reference_links": "N/A"
},
{
"action": "external_identity.provision",
"description": "An Okta user was added to an Okta group and was subsequently provisioned to the mapped team on GitHub AE.",
"docs_reference_links": "/admin/identity-and-access-management/using-saml-for-enterprise-iam/mapping-okta-groups-to-teams"
"description": "N/A",
"docs_reference_links": "N/A"
},
{
"action": "external_identity.update",
"description": "An Okta user's settings were updated.",
"docs_reference_links": "/admin/identity-and-access-management/using-saml-for-enterprise-iam/mapping-okta-groups-to-teams"
"description": "N/A",
"docs_reference_links": "N/A"
},
{
"action": "forbid_auto_approve_personal_access_token_requests.disable",
Expand Down Expand Up @@ -1534,6 +1549,16 @@
"description": "N/A",
"docs_reference_links": "N/A"
},
{
"action": "org.codespaces_team_access_allowed",
"description": "N/A",
"docs_reference_links": "N/A"
},
{
"action": "org.codespaces_team_access_revoked",
"description": "N/A",
"docs_reference_links": "N/A"
},
{
"action": "org.codespaces_trusted_repo_access_granted",
"description": "GitHub Codespaces was granted trusted repository access to all other repositories in an organization.",
Expand Down Expand Up @@ -2074,6 +2099,11 @@
"description": "N/A",
"docs_reference_links": "N/A"
},
{
"action": "organization_role.update",
"description": "N/A",
"docs_reference_links": "N/A"
},
{
"action": "org_credential_authorization.deauthorize",
"description": "N/A",
Expand Down Expand Up @@ -3307,12 +3337,12 @@
{
"action": "sponsors.sponsor_sponsorship_create",
"description": "A sponsorship was created, by sponsoring an account.",
"docs_reference_links": "/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor"
"docs_reference_links": "/sponsors/sponsoring-open-source-contributors/about-sponsorships-fees-and-taxes"
},
{
"action": "sponsors.sponsor_sponsorship_payment_complete",
"description": "After you sponsor an account and a payment has been processed, the sponsorship payment was marked as complete.",
"docs_reference_links": "/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor"
"docs_reference_links": "/sponsors/sponsoring-open-source-contributors/about-sponsorships-fees-and-taxes"
},
{
"action": "sponsors.sponsor_sponsorship_preference_change",
Expand Down
Loading
Loading