diff --git a/.github/ISSUE_TEMPLATE/2.feature.yml b/.github/ISSUE_TEMPLATE/2.feature.yml index 3c45da48e0557..66e35f24201b1 100644 --- a/.github/ISSUE_TEMPLATE/2.feature.yml +++ b/.github/ISSUE_TEMPLATE/2.feature.yml @@ -38,5 +38,5 @@ body: id: contact attributes: label: Order ID 💳 (optional) - description: The [Pro plan](https://mui.com/pricing/) comes with priority over the Community plan. Providing your order ID might give your problem more attention. + description: The [Pro plan](https://mui.com/pricing/) comes with priority over the Community plan. Providing your order ID might give your problem more attention. placeholder: 'e.g. 11111' diff --git a/.github/ISSUE_TEMPLATE/3.pro-support.yml b/.github/ISSUE_TEMPLATE/3.pro-support.yml index f41e439f466a5..4468312219162 100644 --- a/.github/ISSUE_TEMPLATE/3.pro-support.yml +++ b/.github/ISSUE_TEMPLATE/3.pro-support.yml @@ -1,6 +1,6 @@ name: 'Pro plan: question ❔' description: I'm a Pro plan user, I can't find a solution to my problem with MUI X. -title: "[question] " +title: '[question] ' labels: ['status: needs triage', 'pro plan', 'support: commercial'] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/4.premium-support.yml b/.github/ISSUE_TEMPLATE/4.premium-support.yml index 2cd8f7b8bd67d..495a380661cc4 100644 --- a/.github/ISSUE_TEMPLATE/4.premium-support.yml +++ b/.github/ISSUE_TEMPLATE/4.premium-support.yml @@ -1,6 +1,6 @@ name: 'Premium plan: question ❔' description: I'm a Premium plan user, I can't find a solution to my problem with MUI X. -title: "[question] " +title: '[question] ' labels: ['status: needs triage', 'Premium plan', 'support: commercial'] body: - type: markdown diff --git a/.github/workflows/check-if-pr-has-label.yml b/.github/workflows/check-if-pr-has-label.yml index 7edb1e78fd389..b838d8ef88189 100644 --- a/.github/workflows/check-if-pr-has-label.yml +++ b/.github/workflows/check-if-pr-has-label.yml @@ -6,11 +6,11 @@ on: jobs: test-label-applied: - # Tests that label is added on the PR + # Tests that label is added on the PR runs-on: ubuntu-latest steps: - uses: mnajdova/github-action-required-labels@v2.1 with: mode: minimum count: 1 - labels: "" \ No newline at end of file + labels: '' diff --git a/.github/workflows/maintenance.yml b/.github/workflows/maintenance.yml index 9f24bdc3e67ed..3b814359de761 100644 --- a/.github/workflows/maintenance.yml +++ b/.github/workflows/maintenance.yml @@ -23,6 +23,6 @@ jobs: with: dirtyLabel: 'PR: out-of-date' repoToken: '${{ secrets.GITHUB_TOKEN }}' - commentOnDirty: "This pull request has conflicts, please resolve those before we can evaluate the pull request." + commentOnDirty: 'This pull request has conflicts, please resolve those before we can evaluate the pull request.' retryAfter: 130 retryMax: 10