Skip to content

Commit e8cbf83

Browse files
ci: update global workflows (#134)
1 parent e9d1db4 commit e8cbf83

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,45 +10,39 @@ updates:
1010
schedule:
1111
interval: "daily"
1212
time: "08:00"
13-
target-branch: "nightly"
1413
open-pull-requests-limit: 10
1514

1615
- package-ecosystem: "github-actions"
1716
directory: "/"
1817
schedule:
1918
interval: "daily"
2019
time: "08:30"
21-
target-branch: "nightly"
2220
open-pull-requests-limit: 10
2321

2422
- package-ecosystem: "npm"
2523
directory: "/"
2624
schedule:
2725
interval: "daily"
2826
time: "09:00"
29-
target-branch: "nightly"
3027
open-pull-requests-limit: 10
3128

3229
- package-ecosystem: "nuget"
3330
directory: "/"
3431
schedule:
3532
interval: "daily"
3633
time: "09:30"
37-
target-branch: "nightly"
3834
open-pull-requests-limit: 10
3935

4036
- package-ecosystem: "pip"
4137
directory: "/"
4238
schedule:
4339
interval: "daily"
4440
time: "10:00"
45-
target-branch: "nightly"
4641
open-pull-requests-limit: 10
4742

4843
- package-ecosystem: "gitsubmodule"
4944
directory: "/"
5045
schedule:
5146
interval: "daily"
5247
time: "10:30"
53-
target-branch: "nightly"
5448
open-pull-requests-limit: 10

.github/workflows/issues-stale.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,15 @@ jobs:
3131
exempt-pr-labels: 'dependencies,l10n'
3232
stale-issue-label: 'stale'
3333
stale-issue-message: >
34-
This issue is stale because it has been open for 90 days with no activity.
35-
Comment or remove the stale label, otherwise this will be closed in 10 days.
34+
:wave: @{issue-author}, It seems this issue hasn't had any activity in the past 90 days.
35+
If it's still something you'd like addressed, please let us know by leaving a comment.
36+
Otherwise, to help keep our backlog tidy, we'll be closing this issue in 10 days. Thanks!
3637
stale-pr-label: 'stale'
3738
stale-pr-message: >
38-
This PR is stale because it has been open for 90 days with no activity.
39-
Comment or remove the stale label, otherwise this will be closed in 10 days.
39+
:wave: @{issue-author}, It looks like this PR has been idle for 90 days.
40+
If it's still something you're working on or would like to pursue,
41+
please leave a comment or update your branch.
42+
Otherwise, we'll be closing this PR in 10 days to reduce our backlog. Thanks!
4043
repo-token: ${{ secrets.GH_BOT_TOKEN }}
4144

4245
- name: Invalid Template
@@ -48,7 +51,6 @@ jobs:
4851
This PR was closed because the the template was not completed after 5 days.
4952
days-before-stale: 0
5053
days-before-close: 5
51-
exempt-pr-labels: 'dependencies,l10n'
5254
only-labels: 'invalid:template-incomplete'
5355
stale-issue-label: 'invalid:template-incomplete'
5456
stale-issue-message: >

0 commit comments

Comments
 (0)