Π·Π΅ΡΠΊΠ°Π»ΠΎ ΠΈΠ· https://github.com/microsoft/vscode-azurestorage.git
Switch to new bots π€ (#933)
This commit is contained in:
Π ΠΎΠ΄ΠΈΡΠ΅Π»Ρ
4b4ee89897
ΠΠΎΠΌΠΌΠΈΡ
a0f77d14ac
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
daysAfterClose: 45,
|
||||
daysSinceLastUpdate: 7,
|
||||
perform: true
|
||||
}
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
daysUntilClose: 21,
|
||||
needsMoreInfoLabel: 'needs more info',
|
||||
perform: true,
|
||||
closeComment: "This issue has been closed automatically because it needs more information and has not had recent activity. See also our [issue reporting](https://aka.ms/azcodeissuereporting) guidelines.\n\nHappy Coding!"
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
name: Locker
|
||||
on:
|
||||
schedule:
|
||||
- cron: 0 7 * * * # midnight PT
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
main:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout triage-actions
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: "microsoft/vscode-azuretools"
|
||||
path: ./azuretools
|
||||
ref: v0.2.0-triage-actions
|
||||
- name: npm install
|
||||
run: npm install --production --prefix ./azuretools/triage-actions
|
||||
- name: Run Locker
|
||||
uses: ./azuretools/triage-actions/locker
|
||||
with:
|
||||
daysSinceClose: 45
|
||||
daysSinceUpdate: 7
|
|
@ -0,0 +1,27 @@
|
|||
name: Needs More Info Closer
|
||||
on:
|
||||
schedule:
|
||||
- cron: 30 7 * * * # 12:30am PT
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
main:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout triage-actions
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: "microsoft/vscode-azuretools"
|
||||
path: ./azuretools
|
||||
ref: v0.2.0-triage-actions
|
||||
- name: npm install
|
||||
run: npm install --production --prefix ./azuretools/triage-actions
|
||||
- name: Run Needs More Info Closer
|
||||
uses: ./azuretools/triage-actions/needs-more-info-closer
|
||||
with:
|
||||
token: ${{secrets.AZCODE_BOT_PAT}}
|
||||
label: needs more info
|
||||
closeDays: 14
|
||||
closeComment: "This issue has been closed automatically because it needs more information and has not had recent activity. See also our [issue reporting](https://aka.ms/azcodeissuereporting) guidelines.\n\nHappy Coding!"
|
||||
pingDays: 80
|
||||
pingComment: "Hey @${assignee}, this issue might need further attention.\n\n@${author}, you can help us out by closing this issue if the problem no longer exists, or adding more information."
|
|
@ -0,0 +1,31 @@
|
|||
name: Stale Closer
|
||||
on:
|
||||
schedule:
|
||||
- cron: 15 7 * * * # 12:15am PT
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
main:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout triage-actions
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: "microsoft/vscode-azuretools"
|
||||
path: ./azuretools
|
||||
ref: v0.2.0-triage-actions
|
||||
- name: npm install
|
||||
run: npm install --production --prefix ./azuretools/triage-actions
|
||||
- name: Run Stale Closer
|
||||
uses: ./azuretools/triage-actions/stale-closer
|
||||
with:
|
||||
token: ${{secrets.AZCODE_BOT_PAT}}
|
||||
closeDays: 240
|
||||
closeComment: ":slightly_frowning_face: In the last 60 days, this issue has received less than 5 community upvotes and we closed it. Still a big Thank You to you for taking the time to create it! To learn more about how we handle issues, please see our [documentation](https://aka.ms/azcodeissuetriaging).\n\nHappy Coding!"
|
||||
warnDays: 60
|
||||
warnComment: "This issue has become stale and is at risk of being closed. The community has 60 days to upvote the issue. If it receives 5 upvotes we will keep it open and take another look. If not, we will close it. To learn more about how we handle issues, please see our [documentation](https://aka.ms/azcodeissuetriaging).\n\nHappy Coding!"
|
||||
upvotesRequired: 5
|
||||
numCommentsOverride: 10
|
||||
candidateMilestone: "Backlog Candidates"
|
||||
labelsToExclude: "P0,P1"
|
||||
staleLabel: "out of scope"
|
ΠΠ°Π³ΡΡΠ·ΠΊΠ°β¦
Π‘ΡΡΠ»ΠΊΠ° Π² Π½ΠΎΠ²ΠΎΠΉ Π·Π°Π΄Π°ΡΠ΅