Skip to content

Commit

Permalink
yarn prettier write
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Oct 14, 2022
1 parent 1a60a91 commit 609be7c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/2.feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/3.pro-support.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/4.premium-support.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-if-pr-has-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
mode: minimum
count: 1
labels: ""
labels: ''
2 changes: 1 addition & 1 deletion .github/workflows/maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 609be7c

Please sign in to comment.