Skip to content

Commit 5c8361c

Browse files
committed
ci: update workflows
1 parent 3298632 commit 5c8361c

File tree

1 file changed

+26
-12
lines changed

1 file changed

+26
-12
lines changed

.github/workflows/issues-stale.yml

Lines changed: 26 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@ env:
6161
LABEL_INTERNAL: "Type ◦ Internal"
6262
LABEL_URGENT: "⚠ Urgent"
6363

64-
BOT_NAME_1: AdminServ
65-
BOT_NAME_2: AdminServX
66-
BOT_NAME_3: EuropaServ
64+
BOT_NAME_1: EuropaServ
6765
BOT_NAME_DEPENDABOT: dependabot[bot]
6866
LABELS_JSON: |
6967
[
@@ -605,19 +603,17 @@ jobs:
605603
with:
606604
repo-token: ${{ secrets.ADMINSERV_TOKEN_CL }}
607605
stale-issue-message: |
608-
⚠️ It looks like there hasn't been any recent updates on this
609-
issue. If you created this issue and no longer consider it
606+
⚠️ It looks like there hasn't been any recent updates on this issue. If you created this issue and no longer consider it
610607
open, then please login to github and close the issue.
611608
612-
If there is no further activity on this issue, it will be
613-
automatically closed in the next few days.
609+
If there is no further activity on this issue, it will be automatically closed in the next week.
614610
615611
---
616612
617613
<sub>I am a bot reaching out to you with an automated response.</sub>
618614
stale-issue-label: 'Status 𐄂 Stale'
619615
close-issue-label: 'Status 𐄂 Autoclosed'
620-
exempt-issue-labels: 'Status 𐄂 Pending,Type ◦ Bug,Type ◦ Roadmap'
616+
exempt-issue-labels: 'Status 𐄂 Accepted,Status 𐄂 Review,Status 𐄂 Pending,Type ◦ Bug,Type ◦ Dependency,Type ◦ Docs,Type ◦ Feature,Type ◦ Git Action,Type ◦ Pull Request,Type ◦ Roadmap'
621617
days-before-stale: 14
622618
days-before-close: 7
623619
days-before-pr-stale: -1
@@ -644,10 +640,28 @@ jobs:
644640
uses: dessant/lock-threads@v5
645641
id: task_issues_lock_run
646642
with:
647-
add-pr-labels: 'Status 𐄂 Locked'
648-
add-issue-labels: 'Status 𐄂 Locked'
649643
github-token: ${{ secrets.ADMINSERV_TOKEN_CL }}
644+
exclude-any-issue-labels: 'AC › Review Required,Status 𐄂 Accepted,Status 𐄂 Review,Status 𐄂 Pending,Type ◦ Bug,Type ◦ Dependency,Type ◦ Docs,Type ◦ Feature,Type ◦ Git Action,Type ◦ Roadmap,Type ◦ Internal'
645+
add-issue-labels: 'Status 𐄂 Locked'
650646
issue-inactive-days: '60'
651-
issue-lock-reason: 'resolved'
647+
issue-lock-reason: 'issue inactive for 60 days'
648+
issue-comment: >
649+
⚠️ This **issue** has been automatically locked since there has not been any recent activity after it was closed.
650+
651+
Please open a new issue for related bugs.
652+
653+
---
654+
655+
<sub>I am a bot reaching out to you with an automated response.</sub>
656+
exclude-any-pr-labels: 'AC › Review Required,Status 𐄂 Accepted,Status 𐄂 Review,Status 𐄂 Pending,Type ◦ Bug,Type ◦ Dependency,Type ◦ Docs,Type ◦ Feature,Type ◦ Git Action,Type ◦ Roadmap,Type ◦ Internal'
657+
add-pr-labels: 'Status 𐄂 Locked'
652658
pr-inactive-days: '365'
653-
pr-lock-reason: 'resolved'
659+
pr-lock-reason: 'pr inactive for 365 days'
660+
pr-comment: >
661+
⚠️ This **pull request** has been automatically locked since there has not been any recent activity after it was closed.
662+
663+
Please open a new issue for related bugs.
664+
665+
---
666+
667+
<sub>I am a bot reaching out to you with an automated response.</sub>

0 commit comments

Comments
 (0)