Skip to content

Commit

Permalink
style: apply Pretty format suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
rainx committed Sep 16, 2023
1 parent 327c3c9 commit 9b79f56
Show file tree
Hide file tree
Showing 9 changed files with 71 additions and 71 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/01_BUG_REPORT.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: Bug Report
about: Create a report to help PHPDoc Parser to improve
title: "bug: "
labels: "bug"
assignees: ""
title: 'bug: '
labels: 'bug'
assignees: ''
---

# Bug Report
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/02_FEATURE_REQUEST.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: Feature Request
about: Suggest an idea for this project
title: "feat: "
labels: "enhancement"
assignees: ""
title: 'feat: '
labels: 'enhancement'
assignees: ''
---

# Feature Request
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/03_CODEBASE_IMPROVEMENT.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Codebase improvement
about: Provide your feedback for the existing codebase. Suggest a better solution for algorithms, development tools, etc.
title: "dev: "
labels: "enhancement"
assignees: ""
title: 'dev: '
labels: 'enhancement'
assignees: ''
---
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/04_SUPPORT_QUESTION.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: Support Question
about: Question on how to use this project
title: "support: "
labels: "question"
assignees: ""
title: 'support: '
labels: 'question'
assignees: ''
---

# Support Question
94 changes: 47 additions & 47 deletions .github/labels.yml
Original file line number Diff line number Diff line change
@@ -1,78 +1,78 @@
---
- name: "breaking-change"
- name: 'breaking-change'
color: ee0701
description: "A change that changes the API or breaks backward compatibility for users."
- name: "bugfix"
description: 'A change that changes the API or breaks backward compatibility for users.'
- name: 'bugfix'
color: ee0701
description: "Inconsistencies or issues which will cause a problem for users or implementors."
- name: "documentation"
description: 'Inconsistencies or issues which will cause a problem for users or implementors.'
- name: 'documentation'
color: 0052cc
description: "Solely about the documentation of the project."
- name: "enhancement"
description: 'Solely about the documentation of the project.'
- name: 'enhancement'
color: 1d76db
description: "Enhancement of the code, not introducing new features."
- name: "refactor"
description: 'Enhancement of the code, not introducing new features.'
- name: 'refactor'
color: 1d76db
description: "Updating the code with simpler, easier to understand or more efficient syntax or methods, but not introducing new features."
- name: "performance"
description: 'Updating the code with simpler, easier to understand or more efficient syntax or methods, but not introducing new features.'
- name: 'performance'
color: 1d76db
description: "Improving performance of the project, not introducing new features."
- name: "new-feature"
description: 'Improving performance of the project, not introducing new features.'
- name: 'new-feature'
color: 0e8a16
description: "New features or options."
- name: "maintenance"
description: 'New features or options.'
- name: 'maintenance'
color: 2af79e
description: "Generic maintenance tasks."
- name: "ci"
description: 'Generic maintenance tasks.'
- name: 'ci'
color: 1d76db
description: "Work that improves the continuous integration."
- name: "dependencies"
description: 'Work that improves the continuous integration.'
- name: 'dependencies'
color: 1d76db
description: "Change in project dependencies."
description: 'Change in project dependencies.'

- name: "in-progress"
- name: 'in-progress'
color: fbca04
description: "Issue is currently being worked on by a developer."
- name: "stale"
description: 'Issue is currently being worked on by a developer.'
- name: 'stale'
color: fef2c0
description: "No activity for quite some time."
- name: "no-stale"
description: 'No activity for quite some time.'
- name: 'no-stale'
color: fef2c0
description: "This is exempt from the stale bot."
description: 'This is exempt from the stale bot.'

- name: "security"
- name: 'security'
color: ee0701
description: "Addressing a vulnerability or security risk in this project."
- name: "incomplete"
description: 'Addressing a vulnerability or security risk in this project.'
- name: 'incomplete'
color: fef2c0
description: "Missing information."
- name: "invalid"
description: 'Missing information.'
- name: 'invalid'
color: fef2c0
description: "This is off-topic, spam, or otherwise doesn't apply to this project."

- name: "beginner-friendly"
- name: 'beginner-friendly'
color: 0e8a16
description: "Good first issue for people wanting to contribute to this project."
- name: "help-wanted"
description: 'Good first issue for people wanting to contribute to this project.'
- name: 'help-wanted'
color: 0e8a16
description: "We need some extra helping hands or expertise in order to resolve this!"
description: 'We need some extra helping hands or expertise in order to resolve this!'

- name: "priority-critical"
- name: 'priority-critical'
color: ee0701
description: "Must be addressed as soon as possible."
- name: "priority-high"
description: 'Must be addressed as soon as possible.'
- name: 'priority-high'
color: b60205
description: "After critical issues are fixed, these should be dealt with before any further issues."
- name: "priority-medium"
description: 'After critical issues are fixed, these should be dealt with before any further issues.'
- name: 'priority-medium'
color: 0e8a16
description: "This issue may be useful, and needs some attention."
- name: "priority-low"
description: 'This issue may be useful, and needs some attention.'
- name: 'priority-low'
color: e4ea8a
description: "Nice addition, maybe... someday..."
description: 'Nice addition, maybe... someday...'

- name: "major"
- name: 'major'
color: b60205
description: "This PR causes a major bump in the version number."
- name: "minor"
description: 'This PR causes a major bump in the version number.'
- name: 'minor'
color: 0e8a16
description: "This PR causes a minor bump in the version number."
description: 'This PR causes a minor bump in the version number.'
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
pull_request:
schedule:
- cron: "30 1 * * 0"
- cron: '30 1 * * 0'

jobs:
codeql:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Lock

on:
schedule:
- cron: "0 9 * * *"
- cron: '0 9 * * *'
workflow_dispatch:

jobs:
Expand All @@ -14,15 +14,15 @@ jobs:
- uses: dessant/[email protected]
with:
github-token: ${{ github.token }}
issue-lock-inactive-days: "30"
issue-lock-reason: ""
issue-lock-inactive-days: '30'
issue-lock-reason: ''
issue-comment: >
Issue closed and locked due to lack of activity.
If you encounter this same issue, please open a new issue and refer
to this closed one.
pr-lock-inactive-days: "1"
pr-lock-reason: ""
pr-lock-inactive-days: '1'
pr-lock-reason: ''
pr-comment: >
Pull Request closed and locked due to lack of activity.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: 🏷 Verify PR has a valid label
uses: jesusvasquez333/[email protected]
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
github-token: '${{ secrets.GITHUB_TOKEN }}'
valid-labels: >-
breaking-change, bugfix, documentation, enhancement,
refactor, performance, new-feature, maintenance, ci, dependencies
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Stale

on:
schedule:
- cron: "0 8 * * *"
- cron: '0 8 * * *'
workflow_dispatch:

jobs:
Expand All @@ -18,8 +18,8 @@ jobs:
days-before-stale: 30
days-before-close: 7
remove-stale-when-updated: true
stale-issue-label: "stale"
exempt-issue-labels: "no-stale,help-wanted"
stale-issue-label: 'stale'
exempt-issue-labels: 'no-stale,help-wanted'
stale-issue-message: >
There hasn't been any activity on this issue recently, and in order
to prioritize active issues, it will be marked as stale.
Expand All @@ -32,8 +32,8 @@ jobs:
in 7 days if no further activity occurs.
Thank you for your contributions!
stale-pr-label: "stale"
exempt-pr-labels: "no-stale"
stale-pr-label: 'stale'
exempt-pr-labels: 'no-stale'
stale-pr-message: >
There hasn't been any activity on this pull request recently, and in
order to prioritize active work, it has been marked as stale.
Expand Down

0 comments on commit 9b79f56

Please sign in to comment.