cleanup(repo): minor tweaks to the statebot rules and descriptions

This commit is contained in:
Victor Savkin 2021-01-22 12:38:11 -05:00
parent 2ee7629fe9
commit df9405e42f
4 changed files with 10 additions and 8 deletions

View File

@ -1,6 +1,6 @@
---
name: "🐞 Bug Report"
about: Report Current Behavior that is believed to be unintentional or unexpected.
about: Report a bug
labels: "type: bug"
---

View File

@ -1,11 +1,11 @@
---
name: "\U0001F680 Feature Request"
about: Request Behavior that does not currently exist in Nx
about: Suggest a new feature.
labels: "type: feature"
---
<!-- 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
<!-- What is the behavior that you would like to see introduced? -->

View File

@ -6,6 +6,8 @@ labels: "type: question / discussion"
---
<!-- 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
<!-- What would you like to discuss? -->

View File

@ -12,7 +12,7 @@ jobs:
uses: actions/stale@v3.0.13
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 21
days-before-stale: 14
days-before-close: 14
stale-issue-label: "stale"
operations-per-run: 300
@ -28,7 +28,7 @@ jobs:
uses: actions/stale@v3.0.13
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 21
days-before-stale: 14
days-before-close: 14
stale-issue-label: "stale"
operations-per-run: 300
@ -44,7 +44,7 @@ jobs:
uses: actions/stale@v3.0.13
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 21
days-before-stale: 14
days-before-close: 14
stale-issue-label: "stale"
operations-per-run: 300
@ -60,7 +60,7 @@ jobs:
uses: actions/stale@v3.0.13
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 21
days-before-stale: 14
days-before-close: 14
stale-issue-label: "stale"
operations-per-run: 300
@ -157,7 +157,7 @@ jobs:
uses: actions/stale@v3.0.13
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 90
days-before-stale: 45
days-before-close: 14
stale-issue-label: "stale"
operations-per-run: 300