Skip to content

Commit a9fe605

Browse files
authored
Merge pull request #37600 from github/repo-sync
Repo sync
2 parents 6e28c9f + 56735db commit a9fe605

File tree

12 files changed

+29
-348
lines changed

12 files changed

+29
-348
lines changed

.github/branch_protection_settings/README.md

-3
This file was deleted.

.github/branch_protection_settings/main.json

-250
This file was deleted.

.github/workflows/alert-changed-branch-protections.yml

-85
This file was deleted.

.github/workflows/move-content.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
# These must be set to something before running the move-content
3535
# script because it depends on executing `git mv ...`
3636
# and `git commit ...`
37-
git config --global user.name any-body
38-
git config --global user.email "any-body@example.com"
37+
git config --global user.name "docs-bot"
38+
git config --global user.email "[email protected].com"
3939
4040
- name: Move hello-world.md to hello-wurld.md
4141
env:

.github/workflows/validate-github-github-docs-urls.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,10 @@ jobs:
117117
GITHUB_TOKEN: ${{ secrets.DOCS_BOT_PAT_WRITEORG_PROJECT }}
118118
ISSUE_NUMBER: ${{ github.event.pull_request.number }}
119119
REPOSITORY: ${{ github.repository }}
120-
run: npm run validate-github-github-docs-urls -- post-pr-comment checks.json --changed-files $CHANGED_FILES
120+
run: |
121+
git config --global user.name "docs-bot"
122+
git config --global user.email "[email protected]"
123+
npm run validate-github-github-docs-urls -- post-pr-comment checks.json --changed-files $CHANGED_FILES
121124
122125
- uses: ./.github/actions/slack-alert
123126
if: ${{ failure() && github.event_name == 'schedule' }}

content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/managing-support-entitlements-for-your-enterprise.md

+6
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ Enterprise owners and billing managers automatically have a support entitlement.
2020
* **{% data variables.product.premium_support_plan %}, {% data variables.product.standard_support_plan %}:** Up to 20 members
2121
* **{% data variables.product.premium_plus_support_plan %}:** Up to 40 members
2222

23+
> [!NOTE] The level of support that members of your enterprise receive when submitting a ticket is determined by their support entitlement status:
24+
> * If your enterprise has a Premium or Premium Plus plan and the user has a support entitlement, their ticket will receive Premium Support, which includes expedited response times and prioritized handling.
25+
> * If the user does not have a support entitlement, their ticket will still be addressed by our Enterprise Support team, but without Premium Support features such as priority selection and guaranteed Premium SLAs.
26+
>
27+
> If a user is unsure of their entitlement status, they can contact their organization's Enterprise Support administrator.
28+
2329
## Adding a support entitlement to an enterprise member
2430

2531
To add a support entitlement to a user, the user must already be a member of an organization that is owned by your enterprise.

src/graphql/data/fpt/schema.docs.graphql

+1-1
Original file line numberDiff line numberDiff line change
@@ -64812,7 +64812,7 @@ input UpdateIssueIssueTypeInput {
6481264812
"""
6481364813
The ID of the issue type to update on the issue
6481464814
"""
64815-
issueTypeId: ID @possibleTypes(concreteTypes: ["IssueType"])
64815+
issueTypeId: ID
6481664816
}
6481764817

6481864818
"""

src/graphql/data/fpt/schema.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -109396,8 +109396,7 @@
109396109396
"type": "ID",
109397109397
"id": "id",
109398109398
"kind": "scalars",
109399-
"href": "/graphql/reference/scalars#id",
109400-
"isDeprecated": false
109399+
"href": "/graphql/reference/scalars#id"
109401109400
}
109402109401
]
109403109402
},

0 commit comments

Comments
 (0)