This commit is contained in:
Eric Jizba 2021-02-10 15:09:29 -08:00 ΠΊΠΎΠΌΠΌΠΈΡ‚ ΠΏΡ€ΠΎΠΈΠ·Π²Ρ‘Π» GitHub
Π ΠΎΠ΄ΠΈΡ‚Π΅Π»ΡŒ 4b4ee89897
ΠšΠΎΠΌΠΌΠΈΡ‚ a0f77d14ac
НС Π½Π°ΠΉΠ΄Π΅Π½ ΠΊΠ»ΡŽΡ‡, ΡΠΎΠΎΡ‚Π²Π΅Ρ‚ΡΡ‚Π²ΡƒΡŽΡ‰ΠΈΠΉ Π΄Π°Π½Π½ΠΎΠΉ подписи
Π˜Π΄Π΅Π½Ρ‚ΠΈΡ„ΠΈΠΊΠ°Ρ‚ΠΎΡ€ ΠΊΠ»ΡŽΡ‡Π° GPG: 4AEE18F83AFDEB23
5 ΠΈΠ·ΠΌΠ΅Π½Ρ‘Π½Π½Ρ‹Ρ… Ρ„Π°ΠΉΠ»ΠΎΠ²: 81 Π΄ΠΎΠ±Π°Π²Π»Π΅Π½ΠΈΠΉ ΠΈ 11 ΡƒΠ΄Π°Π»Π΅Π½ΠΈΠΉ

5
.github/locker.yml поставляСмый
ΠŸΡ€ΠΎΡΠΌΠΎΡ‚Ρ€Π΅Ρ‚ΡŒ Ρ„Π°ΠΉΠ»

@ -1,5 +0,0 @@
{
daysAfterClose: 45,
daysSinceLastUpdate: 7,
perform: true
}

6
.github/needs_more_info.yml поставляСмый
ΠŸΡ€ΠΎΡΠΌΠΎΡ‚Ρ€Π΅Ρ‚ΡŒ Ρ„Π°ΠΉΠ»

@ -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!"
}

23
.github/workflows/locker.yml поставляСмый Normal file
ΠŸΡ€ΠΎΡΠΌΠΎΡ‚Ρ€Π΅Ρ‚ΡŒ Ρ„Π°ΠΉΠ»

@ -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

27
.github/workflows/needs-more-info-closer.yml поставляСмый Normal file
ΠŸΡ€ΠΎΡΠΌΠΎΡ‚Ρ€Π΅Ρ‚ΡŒ Ρ„Π°ΠΉΠ»

@ -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."

31
.github/workflows/stale-closer.yml поставляСмый Normal file
ΠŸΡ€ΠΎΡΠΌΠΎΡ‚Ρ€Π΅Ρ‚ΡŒ Ρ„Π°ΠΉΠ»

@ -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"