You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: '[PR Labelling] Apply `area-` labels to PRs'
420
296
- if:
421
297
- payloadType: Pull_Request
422
298
- labelAdded:
@@ -592,6 +468,21 @@ configuration:
592
468
- addReply:
593
469
reply: 'Hi @${issueAuthor}. We have added the "Needs: Author Feedback" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.'
594
470
description: Add comment when 'Needs Author Feedback' is applied to issue
471
+
- if:
472
+
- payloadType: Pull_Request
473
+
- isAction:
474
+
action: Opened
475
+
- targetsBranch:
476
+
branch: release/9.0
477
+
then:
478
+
- addMilestone:
479
+
milestone: 9.0.x
480
+
- addReply:
481
+
reply: >-
482
+
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.
483
+
484
+
Otherwise, please add `tell-mode` label.
485
+
description: Add release/9.0 targeting PRs to the servicing project
<!-- PackageReadmeFile specifies the package readme file name in the package. PackageReadmeFilePath points to the package readme file on disk. -->
247
+
<EnableDefaultPackageReadmeFileCondition="'$(EnableDefaultPackageReadmeFile)' == '' and '$(IsShipping)' != 'false'">true</EnableDefaultPackageReadmeFile>
248
+
<PackageReadmeFilePathCondition="'$(PackageReadmeFilePath)' == '' and '$(EnableDefaultPackageReadmeFile)' == 'true'">PACKAGE.md</PackageReadmeFilePath>
249
+
<PackageReadmeFileCondition="'$(PackageReadmeFile)' == '' and '$(EnableDefaultPackageReadmeFile)' == 'true' and Exists('$(PackageReadmeFilePath)' )">PACKAGE.md</PackageReadmeFile>
250
+
</PropertyGroup>
251
+
252
+
<!-- Add a package README file -->
253
+
<ItemGroupCondition="'$(PackageReadmeFilePath)' != '' and Exists('$(PackageReadmeFilePath)' )">
0 commit comments