Skip to content

Commit 732e2b5

Browse files
authored
Merge pull request #38723 from github/repo-sync
Repo sync
2 parents 98eb7dc + fab07f4 commit 732e2b5

File tree

237 files changed

+1587
-1010
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

237 files changed

+1587
-1010
lines changed

.github/actions/labeler/labeler.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import coreLib from '@actions/core'
44
import { type Octokit } from '@octokit/rest'
55
import { CoreInject } from '@/links/scripts/action-injections'
66

7-
import github from '#src/workflows/github.ts'
8-
import { getActionContext } from '#src/workflows/action-context.ts'
9-
import { boolEnvVar } from '#src/workflows/get-env-inputs.ts'
7+
import github from '@/workflows/github'
8+
import { getActionContext } from '@/workflows/action-context'
9+
import { boolEnvVar } from '@/workflows/get-env-inputs'
1010

1111
type Options = {
1212
addLabels?: string[]

data/release-notes/enterprise-server/3-17/0-rc1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
date: '2025-05-13'
22
release_candidate: true
3-
deprecated: false
3+
deprecated: true
44
intro: |
55
> [!NOTE] Release candidate (RC) builds are intended solely for use in a test environment. Do not install an RC in a production environment.
66
>

data/release-notes/enterprise-server/3-17/0.yml

Lines changed: 231 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)