Skip to content

Commit 5302b10

Browse files
committed
Adding backport labels to filesync, and dependabot PRs
1 parent 833f083 commit 5302b10

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ updates:
3939
labels:
4040
- "type:dependencies"
4141
- "type:dependabot"
42+
- "type:backport"
4243
rebase-strategy: "disabled"
4344

4445
- package-ecosystem: "github-actions"
@@ -55,6 +56,7 @@ updates:
5556
labels:
5657
- "type:dependencies"
5758
- "type:dependabot"
59+
- "type:backport"
5860
rebase-strategy: "disabled"
5961

6062
- package-ecosystem: "pip"
@@ -70,4 +72,5 @@ updates:
7072
- "language:python"
7173
- "type:dependencies"
7274
- "type:dependabot"
75+
- "type:backport"
7376
rebase-strategy: "disabled"

.github/workflows/FileSyncer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ jobs:
4747
OVERWRITE_EXISTING_PR: true
4848
PR_BODY: |
4949
🤖: View the [Repo File Sync Configuration File](https://github.com/microsoft/mu_devops/blob/main/.sync/Files.yml) to see how files are synced.
50-
PR_LABELS: type:file-sync
50+
PR_LABELS: type:file-sync,type:backport
5151
SKIP_PR: false

0 commit comments

Comments
 (0)