|
|
@@ -18,14 +18,39 @@ jobs:
|
|
|
days-before-stale: 30
|
|
|
days-before-close: 3
|
|
|
# Act ONLY on issues that *still* have one of these labels
|
|
|
- any-of-labels: 'status: missing info ❓,status: reproduction needed 🔁,type: bug 🐛'
|
|
|
+ any-of-issue-labels: |
|
|
|
+ status: missing info ❓,
|
|
|
+ status: reproduction needed 🔁,
|
|
|
+ type: bug 🐛
|
|
|
# Never touch these
|
|
|
- exempt-issue-labels: 'type: feature ✨,type: chore 🧤,type: security 🔐,👋 contributions welcome,🚀 good first task'
|
|
|
+ exempt-issue-labels: |
|
|
|
+ type: feature ✨,
|
|
|
+ type: chore 🧤,
|
|
|
+ type: security 🔐,
|
|
|
+ 👋 contributions welcome,
|
|
|
+ 🚀 good first task,
|
|
|
+ @vendure/admin-ui,
|
|
|
+ @vendure/admin-ui-plugin,
|
|
|
+ @vendure/asset-server-plugin,
|
|
|
+ @vendure/cli,
|
|
|
+ @vendure/core,
|
|
|
+ @vendure/create,
|
|
|
+ @vendure/dashboard,
|
|
|
+ @vendure/elasticsearch-plugin,
|
|
|
+ @vendure/email-plugin,
|
|
|
+ @vendure/job-queue-plugin,
|
|
|
+ @vendure/payments-plugins,
|
|
|
+ @vendure/testing,
|
|
|
+ @vendure/ui-devkit,
|
|
|
+ P1: urgent,
|
|
|
+ P2: important,
|
|
|
+ P3: minor,
|
|
|
+ P4: low
|
|
|
stale-issue-label: stale
|
|
|
close-issue-message: >
|
|
|
Closed automatically because the **{{issue.labels}}** label is
|
|
|
still present and there has been no activity for {{days-before-close}}
|
|
|
days after a reminder. Please comment with new information and
|
|
|
remove the label to re-open.
|
|
|
- operations-per-run: 500
|
|
|
+ operations-per-run: 1000
|
|
|
debug-only: true
|