Skip to content

Commit 63250c2

Browse files
authored
Rename pr.yml to pullrequest.yml (Azure#2132)
* Rename pr.yml to pullrequest.yml * Add old file back for zero-downtime swap
1 parent 0675478 commit 63250c2

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

eng/pipelines/pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# DEPRECATED - This file is replaced by ./pullrequest.yml
2+
# Once all PRs contain the new file, the pipeline can target the new file and this file can be deleted.
13
trigger: none
24

35
pr:

eng/pipelines/pullrequest.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
trigger: none
2+
3+
pr:
4+
branches:
5+
include:
6+
- main
7+
- feature/*
8+
- hotfix/*
9+
- release/*
10+
11+
extends:
12+
template: /eng/pipelines/templates/stages/archetype-sdk-client.yml
13+
parameters:
14+
ServiceDirectory: auto

0 commit comments

Comments
 (0)