diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index 9186efbffe..0000000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1,4 +0,0 @@ -contact_links: - - name: Support ❔ - url: https://mui.com/base-ui/getting-started/support/ - about: I need support with Base UI. diff --git a/.github/workflows/priority-support-validation-prompt.yml b/.github/workflows/priority-support-validation-prompt.yml deleted file mode 100644 index 35fa784b55..0000000000 --- a/.github/workflows/priority-support-validation-prompt.yml +++ /dev/null @@ -1,47 +0,0 @@ -name: Priority Support Validation Prompt - -on: - issues: - types: - - labeled - -permissions: {} - -jobs: - comment: - name: Create or update comment - runs-on: ubuntu-latest - permissions: - issues: write - - steps: - - name: Find Comment - uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e # v3 - id: findComment - with: - issue-number: ${{ github.event.issue.number }} - comment-author: 'github-actions[bot]' - body-includes: You have created a priority support request - - - name: Create comment - if: ${{ steps.findComment.outputs.comment-id == '' && contains(github.event.label.name, 'unknown') }} - uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 - with: - issue-number: ${{ github.event.issue.number }} - body: | - You have created a support request under the ["Priority Support"](https://mui.com/legal/technical-support-sla/#priority-support) terms, which is a paid add-on to MUI X Premium ⏰. Please validate your support key using the link below: - - https://tools-public.mui.com/prod/pages/validateSupport?repo=mui-x&issueId=${{ github.event.issue.number }} - - Do not share your support key in this issue! - - Priority Support is only provided to verified customers. Once you have verified your support key, we will remove the `support: unknown` label and add the `support: priority` label to this issue. Only then the time for the SLA will start counting. - - - name: Update comment - if: ${{ steps.findComment.outputs.comment-id != '' && contains(github.event.label.name, 'priority') }} - uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 - with: - comment-id: ${{ steps.findComment.outputs.comment-id }} - body: | - Thank you for verifying your support key 🔑, your SLA starts now. - edit-mode: replace diff --git a/.github/workflows/support-stackoverflow.yml b/.github/workflows/support-stackoverflow.yml index effbb69c60..9afbcdad5e 100644 --- a/.github/workflows/support-stackoverflow.yml +++ b/.github/workflows/support-stackoverflow.yml @@ -26,7 +26,7 @@ jobs: We use GitHub issues exclusively as a bug and feature requests tracker, however, this issue appears to be a support request. - For support with Base UI please check out https://mui.com/base-ui/getting-started/support/. Thanks! + For support with Base UI please check out https://base-ui.com/react/overview/about#community. If you have a question on Stack Overflow, you are welcome to link to it here, it might help others. If your issue is subsequently confirmed as a bug, and the report follows the issue template, it can be reopened.