Skip to content

Commit

Permalink
Remove triggers for release/7.0 (#55495)
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgodbe committed May 2, 2024
1 parent 8cc20ec commit 0bae45e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 28 deletions.
1 change: 0 additions & 1 deletion .azure/pipelines/helix-matrix.yml
Expand Up @@ -18,7 +18,6 @@ schedules:
branches:
include:
- release/6.0
- release/7.0
- release/8.0
always: false

Expand Down
12 changes: 0 additions & 12 deletions .github/dependabot.yml
Expand Up @@ -77,18 +77,6 @@ updates:
labels:
- area-infrastructure
target-branch: "release/6.0"
- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "monthly"
allow:
- dependency-type: "all"
commit-message:
prefix: "[release/7.0] "
include: scope
labels:
- area-infrastructure
target-branch: "release/7.0"
- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
Expand Down
15 changes: 0 additions & 15 deletions .github/policies/resourceManagement.yml
Expand Up @@ -592,21 +592,6 @@ configuration:
Otherwise, please add `tell-mode` label.
description: Add release/8.0 targeting PRs to the servicing project
- if:
- payloadType: Pull_Request
- isAction:
action: Opened
- targetsBranch:
branch: release/7.0
then:
- addMilestone:
milestone: 7.0.x
- addReply:
reply: >-
Hi @${issueAuthor}. If this is not a tell-mode PR, please make sure to follow the instructions laid out in the [servicing process](https://aka.ms/aspnet/servicing) document.
Otherwise, please add `tell-mode` label.
description: Add release/7.0 targeting PRs to the servicing project
- if:
- payloadType: Pull_Request
- isAction:
Expand Down

0 comments on commit 0bae45e

Please sign in to comment.