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
3 changes: 0 additions & 3 deletions .github/branch_protection_settings/README.md

This file was deleted.

250 changes: 0 additions & 250 deletions .github/branch_protection_settings/main.json

This file was deleted.

85 changes: 0 additions & 85 deletions .github/workflows/alert-changed-branch-protections.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/move-content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
# These must be set to something before running the move-content
# script because it depends on executing `git mv ...`
# and `git commit ...`
git config --global user.name any-body
git config --global user.email "any-body@example.com"
git config --global user.name "docs-bot"
git config --global user.email "[email protected].com"

- name: Move hello-world.md to hello-wurld.md
env:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/validate-github-github-docs-urls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,10 @@ jobs:
GITHUB_TOKEN: ${{ secrets.DOCS_BOT_PAT_WRITEORG_PROJECT }}
ISSUE_NUMBER: ${{ github.event.pull_request.number }}
REPOSITORY: ${{ github.repository }}
run: npm run validate-github-github-docs-urls -- post-pr-comment checks.json --changed-files $CHANGED_FILES
run: |
git config --global user.name "docs-bot"
git config --global user.email "[email protected]"
npm run validate-github-github-docs-urls -- post-pr-comment checks.json --changed-files $CHANGED_FILES

- uses: ./.github/actions/slack-alert
if: ${{ failure() && github.event_name == 'schedule' }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ Enterprise owners and billing managers automatically have a support entitlement.
* **{% data variables.product.premium_support_plan %}, {% data variables.product.standard_support_plan %}:** Up to 20 members
* **{% data variables.product.premium_plus_support_plan %}:** Up to 40 members

> [!NOTE] The level of support that members of your enterprise receive when submitting a ticket is determined by their support entitlement status:
> * 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.
> * 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.
>
> If a user is unsure of their entitlement status, they can contact their organization's Enterprise Support administrator.

## Adding a support entitlement to an enterprise member

To add a support entitlement to a user, the user must already be a member of an organization that is owned by your enterprise.
Expand Down
2 changes: 1 addition & 1 deletion src/graphql/data/fpt/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -64812,7 +64812,7 @@ input UpdateIssueIssueTypeInput {
"""
The ID of the issue type to update on the issue
"""
issueTypeId: ID @possibleTypes(concreteTypes: ["IssueType"])
issueTypeId: ID
}

"""
Expand Down
3 changes: 1 addition & 2 deletions src/graphql/data/fpt/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -109396,8 +109396,7 @@
"type": "ID",
"id": "id",
"kind": "scalars",
"href": "/graphql/reference/scalars#id",
"isDeprecated": false
"href": "/graphql/reference/scalars#id"
}
]
},
Expand Down
Loading
Loading