Skip to content
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
6 changes: 3 additions & 3 deletions .github/actions/labeler/labeler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import coreLib from '@actions/core'
import { type Octokit } from '@octokit/rest'
import { CoreInject } from '@/links/scripts/action-injections'

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

type Options = {
addLabels?: string[]
Expand Down
2 changes: 1 addition & 1 deletion data/release-notes/enterprise-server/3-17/0-rc1.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
date: '2025-05-13'
release_candidate: true
deprecated: false
deprecated: true
intro: |
> [!NOTE] Release candidate (RC) builds are intended solely for use in a test environment. Do not install an RC in a production environment.
>
Expand Down
231 changes: 231 additions & 0 deletions data/release-notes/enterprise-server/3-17/0.yml

Large diffs are not rendered by default.

Loading
Loading