Skip to content

Commit 2f5f462

Browse files
authored
Updates dependabot and no-response pages with new GitHub labels (#5260)
Updates dependabot and no-response pages with new GitHub labels. Fixes #5259 | Old Label | New Label | |-------------------------------|-----------------------| | infra.bundler | auto.bundler | | infra.dependencies | auto.dependencies | | infra.docker | auto.docker | | infra.github-action | auto.github-action | | infra.npm | auto.npm | | infra.submodules | auto.submodules | | needs-info | act.wait-for-customer | | waiting for customer response | act.wait-for-customer |
1 parent a411ece commit 2f5f462

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/dependabot.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@ updates:
88
schedule:
99
interval: "daily"
1010
labels:
11-
- "infra.dependencies"
12-
- "infra.bundler"
11+
- "auto.dependencies"
12+
- "auto.bundler"
1313
- "lang.ruby"
1414
- package-ecosystem: "docker"
1515
directory: "/"
1616
schedule:
1717
interval: "daily"
1818
labels:
19-
- "infra.dependencies"
20-
- "infra.docker"
19+
- "auto.dependencies"
20+
- "auto.docker"
2121
- package-ecosystem: "github-actions"
2222
directory: "/"
2323
schedule:
2424
interval: "daily"
2525
labels:
26-
- "infra.dependencies"
27-
- "infra.github-action"
26+
- "auto.dependencies"
27+
- "auto.github-action"
2828
- "lang.yaml"
2929
- package-ecosystem: "npm"
3030
directory: "/"
@@ -33,13 +33,13 @@ updates:
3333
allow:
3434
- dependency-type: "production"
3535
labels:
36-
- "infra.dependencies"
37-
- "infra.npm"
36+
- "auto.dependencies"
37+
- "auto.npm"
3838
- "lang.javascript"
3939
- package-ecosystem: 'gitsubmodule'
4040
directory: '/'
4141
schedule:
4242
interval: 'daily'
4343
labels:
44-
- "infra.dependencies"
45-
- "infra.submodules"
44+
- "auto.dependencies"
45+
- "auto.submodules"

.github/workflows/no-response.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
# Number of days of inactivity before an issue is closed for lack of response.
3232
daysUntilClose: 21
3333
# Label requiring a response.
34-
responseRequiredLabel: "waiting for customer response"
34+
responseRequiredLabel: "act.wait-for-customer"

0 commit comments

Comments
 (0)