cleanup(repo): minor tweaks to the statebot rules and descriptions
This commit is contained in:
parent
2ee7629fe9
commit
df9405e42f
2
.github/ISSUE_TEMPLATE/1-bug.md
vendored
2
.github/ISSUE_TEMPLATE/1-bug.md
vendored
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: "🐞 Bug Report"
|
name: "🐞 Bug Report"
|
||||||
about: Report Current Behavior that is believed to be unintentional or unexpected.
|
about: Report a bug
|
||||||
labels: "type: bug"
|
labels: "type: bug"
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
4
.github/ISSUE_TEMPLATE/2-feature.md
vendored
4
.github/ISSUE_TEMPLATE/2-feature.md
vendored
@ -1,11 +1,11 @@
|
|||||||
---
|
---
|
||||||
name: "\U0001F680 Feature Request"
|
name: "\U0001F680 Feature Request"
|
||||||
about: Request Behavior that does not currently exist in Nx
|
about: Suggest a new feature.
|
||||||
labels: "type: feature"
|
labels: "type: feature"
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- Please do your best to fill out all of the sections below! -->
|
<!-- Please do your best to fill out all of the sections below! -->
|
||||||
|
<!-- Use this issue type for concrete suggestions, otherwise, open a discussion type issue instead. -->
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
<!-- What is the behavior that you would like to see introduced? -->
|
<!-- What is the behavior that you would like to see introduced? -->
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/3-discussion.md
vendored
2
.github/ISSUE_TEMPLATE/3-discussion.md
vendored
@ -6,6 +6,8 @@ labels: "type: question / discussion"
|
|||||||
---
|
---
|
||||||
|
|
||||||
<!-- Please do your best to fill out all of the sections below! -->
|
<!-- Please do your best to fill out all of the sections below! -->
|
||||||
|
<!-- Use this issue type for open-ended discussions/feature suggestions. -->
|
||||||
|
<!-- If you have a concrete question about how Nx works or how to set something up, use StackOverflow or the Community Slack. -->
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
<!-- What would you like to discuss? -->
|
<!-- What would you like to discuss? -->
|
||||||
|
|||||||
10
.github/workflows/schedule-stale.yml
vendored
10
.github/workflows/schedule-stale.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
uses: actions/stale@v3.0.13
|
uses: actions/stale@v3.0.13
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
days-before-stale: 21
|
days-before-stale: 14
|
||||||
days-before-close: 14
|
days-before-close: 14
|
||||||
stale-issue-label: "stale"
|
stale-issue-label: "stale"
|
||||||
operations-per-run: 300
|
operations-per-run: 300
|
||||||
@ -28,7 +28,7 @@ jobs:
|
|||||||
uses: actions/stale@v3.0.13
|
uses: actions/stale@v3.0.13
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
days-before-stale: 21
|
days-before-stale: 14
|
||||||
days-before-close: 14
|
days-before-close: 14
|
||||||
stale-issue-label: "stale"
|
stale-issue-label: "stale"
|
||||||
operations-per-run: 300
|
operations-per-run: 300
|
||||||
@ -44,7 +44,7 @@ jobs:
|
|||||||
uses: actions/stale@v3.0.13
|
uses: actions/stale@v3.0.13
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
days-before-stale: 21
|
days-before-stale: 14
|
||||||
days-before-close: 14
|
days-before-close: 14
|
||||||
stale-issue-label: "stale"
|
stale-issue-label: "stale"
|
||||||
operations-per-run: 300
|
operations-per-run: 300
|
||||||
@ -60,7 +60,7 @@ jobs:
|
|||||||
uses: actions/stale@v3.0.13
|
uses: actions/stale@v3.0.13
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
days-before-stale: 21
|
days-before-stale: 14
|
||||||
days-before-close: 14
|
days-before-close: 14
|
||||||
stale-issue-label: "stale"
|
stale-issue-label: "stale"
|
||||||
operations-per-run: 300
|
operations-per-run: 300
|
||||||
@ -157,7 +157,7 @@ jobs:
|
|||||||
uses: actions/stale@v3.0.13
|
uses: actions/stale@v3.0.13
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
days-before-stale: 90
|
days-before-stale: 45
|
||||||
days-before-close: 14
|
days-before-close: 14
|
||||||
stale-issue-label: "stale"
|
stale-issue-label: "stale"
|
||||||
operations-per-run: 300
|
operations-per-run: 300
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user