Skip to content

Commit

Permalink
Updates dependabot and no-response pages with new GitHub labels (#5260)
Browse files Browse the repository at this point in the history
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 |
  • Loading branch information
atsansone authored Oct 18, 2023
1 parent a411ece commit 2f5f462
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@ updates:
schedule:
interval: "daily"
labels:
- "infra.dependencies"
- "infra.bundler"
- "auto.dependencies"
- "auto.bundler"
- "lang.ruby"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
labels:
- "infra.dependencies"
- "infra.docker"
- "auto.dependencies"
- "auto.docker"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
labels:
- "infra.dependencies"
- "infra.github-action"
- "auto.dependencies"
- "auto.github-action"
- "lang.yaml"
- package-ecosystem: "npm"
directory: "/"
Expand All @@ -33,13 +33,13 @@ updates:
allow:
- dependency-type: "production"
labels:
- "infra.dependencies"
- "infra.npm"
- "auto.dependencies"
- "auto.npm"
- "lang.javascript"
- package-ecosystem: 'gitsubmodule'
directory: '/'
schedule:
interval: 'daily'
labels:
- "infra.dependencies"
- "infra.submodules"
- "auto.dependencies"
- "auto.submodules"
2 changes: 1 addition & 1 deletion .github/workflows/no-response.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
# Number of days of inactivity before an issue is closed for lack of response.
daysUntilClose: 21
# Label requiring a response.
responseRequiredLabel: "waiting for customer response"
responseRequiredLabel: "act.wait-for-customer"

0 comments on commit 2f5f462

Please sign in to comment.