We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a829a42 commit fd4c3afCopy full SHA for fd4c3af
2 files changed
.azure-pipelines/ci-build.yml
@@ -9,9 +9,6 @@ trigger:
9
tags:
10
include:
11
- "v*"
12
- branches:
13
- include:
14
- - main
15
16
parameters:
17
- name: previewBranch
@@ -232,7 +229,7 @@ extends:
232
229
contentsource: "Folder"
233
230
folderlocation: "$(Pipeline.Workspace)"
234
231
waitforreleasecompletion: true
235
- owners: vibiret@microsoft.com
+ owners: mmainer@microsoft.com,gavinbarron@microsoft.com
236
approvers: mmainer@microsoft.com
237
serviceendpointurl: "https://api.esrp.microsoft.com"
238
mainpublisher: "ESRPRELPACMAN"
.github/workflows/release-please-gha.yml
@@ -9,7 +9,9 @@
# variables and secrets, and then runs the release-please-action to manage versioning and changelogs.
name: Release Please
-
+permissions:
+ contents: read
+ pull-requests: write
on:
push:
branches:
0 commit comments