Some checks failed
No response / noResponse (push) Has been cancelled
CI / Continuous releases (push) Has been cancelled
CI / test-dev (macos-latest) (push) Has been cancelled
CI / test-dev (ubuntu-latest) (push) Has been cancelled
CI / test-dev (windows-latest) (push) Has been cancelled
Maintenance / main (push) Has been cancelled
Scorecards supply-chain security / Scorecards analysis (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
36 lines
1.3 KiB
YAML
36 lines
1.3 KiB
YAML
# Configuration for support-requests - https://github.com/dessant/support-requests
|
||
name: Support Stack Overflow
|
||
|
||
on:
|
||
issues:
|
||
types: [labeled, unlabeled, reopened]
|
||
|
||
permissions: {}
|
||
|
||
jobs:
|
||
mark-support:
|
||
runs-on: ubuntu-latest
|
||
permissions:
|
||
contents: read
|
||
issues: write
|
||
steps:
|
||
- uses: dessant/support-requests@47d5ea12f6c9e4a081637de9626b7319b415a3bf # v4.0.0
|
||
with:
|
||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||
# Label used to mark issues as support requests
|
||
support-label: 'support: Stack Overflow'
|
||
# Comment to post on issues marked as support requests. Add a link
|
||
# to a support page, or set to `false` to disable
|
||
issue-comment: |
|
||
👋 Thanks for using this project!
|
||
|
||
We use GitHub issues exclusively as a bug and feature requests tracker, however, this issue appears to be a support request.
|
||
|
||
For support with Material UI please check out https://mui.com/material-ui/getting-started/support/. Thanks!
|
||
|
||
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.
|
||
close-issue: true
|
||
issue-close-reason: 'not planned'
|
||
lock-issue: false
|