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 #32999

Merged
merged 4 commits into from
May 16, 2024
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
3 changes: 3 additions & 0 deletions .github/workflows/azure-prod-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226

- name: Check out repo
# If any of the steps above fail, we'll need a checkout so we
# have access to the `.github/actions/slack-alert/action.yml` file.
if: ${{ always() && github.event_name != 'workflow_dispatch' }}
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
ref: ${{ github.sha }}
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
"lowlight": "3.1.0",
"mdast-util-from-markdown": "^2.0.0",
"mdast-util-to-hast": "^13.1.0",
"mdast-util-to-markdown": "2.0.0",
"mdast-util-to-markdown": "2.1.0",
"mdast-util-to-string": "^4.0.0",
"morgan": "^1.10.0",
"next": "14.2.3",
Expand Down
2 changes: 1 addition & 1 deletion src/audit-logs/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"apiOnlyEvents": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.",
"apiRequestEvent": "This event is only available via audit log streaming."
},
"sha": "abcdf7a6ff5eb78f6b19c377d49bfb183e72a31d"
"sha": "d65adb5112d1433005f4a8e603096b51cdf1f109"
}
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,30 @@ upcoming_changes:
date: '2023-10-01T00:00:00+00:00'
criticality: breaking
owner: aharpole
- location: TopicSuggestionDeclineReason.NOT_RELEVANT
description: '`NOT_RELEVANT` will be removed.'
reason: Suggested topics are no longer supported
date: '2024-04-01T00:00:00+00:00'
criticality: breaking
owner: calvinchilds
- location: TopicSuggestionDeclineReason.PERSONAL_PREFERENCE
description: '`PERSONAL_PREFERENCE` will be removed.'
reason: Suggested topics are no longer supported
date: '2024-04-01T00:00:00+00:00'
criticality: breaking
owner: calvinchilds
- location: TopicSuggestionDeclineReason.TOO_GENERAL
description: '`TOO_GENERAL` will be removed.'
reason: Suggested topics are no longer supported
date: '2024-04-01T00:00:00+00:00'
criticality: breaking
owner: calvinchilds
- location: TopicSuggestionDeclineReason.TOO_SPECIFIC
description: '`TOO_SPECIFIC` will be removed.'
reason: Suggested topics are no longer supported
date: '2024-04-01T00:00:00+00:00'
criticality: breaking
owner: calvinchilds
- location: CreateTeamDiscussionCommentInput.body
description:
'`body` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/
Expand Down Expand Up @@ -320,6 +344,36 @@ upcoming_changes:
date: '2024-07-01T00:00:00+00:00'
criticality: breaking
owner: deborah-digges
- location: OrganizationInvitation.inviter
description: '`inviter` will be removed. `inviter` will be replaced by `inviterActor`.'
reason: '`inviter` will be removed.'
date: '2024-07-01T00:00:00+00:00'
criticality: breaking
owner: jdennes
- location: PullRequest.databaseId
description: '`databaseId` will be removed. Use `fullDatabaseId` instead.'
reason:
'`databaseId` will be removed because it does not support 64-bit signed
integer identifiers.'
date: '2024-07-01T00:00:00+00:00'
criticality: breaking
owner: JanKoszewski
- location: PullRequestReview.databaseId
description: '`databaseId` will be removed. Use `fullDatabaseId` instead.'
reason:
'`databaseId` will be removed because it does not support 64-bit signed
integer identifiers.'
date: '2024-07-01T00:00:00+00:00'
criticality: breaking
owner: JanKoszewski
- location: PullRequestReviewComment.databaseId
description: '`databaseId` will be removed. Use `fullDatabaseId` instead.'
reason:
'`databaseId` will be removed because it does not support 64-bit signed
integer identifiers.'
date: '2024-07-01T00:00:00+00:00'
criticality: breaking
owner: JanKoszewski
- location: TeamDiscussion.authorAssociation
description:
'`authorAssociation` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/
Expand Down
Loading
Loading