We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8fc0a99 + 914ea34 commit f93ac92Copy full SHA for f93ac92
1 file changed
.github/workflows/autosync_pub_msft.yml
@@ -4,6 +4,10 @@ on:
4
# Set it manually trigger temporarily
5
workflow_dispatch:
6
7
+permissions:
8
+ contents: write
9
+ pull-requests: write
10
+
11
jobs:
12
sync-and-push:
13
if: github.repository_owner == 'Azure'
@@ -77,9 +81,6 @@ jobs:
77
81
description="<h1>Please merge $CommitID into sonic-mgmt.msft.Do not Cherry-pick!!!</h1>"
78
82
description="code conflict: sonic-net/sonic-mgmt:$branch_head -> Azure/sonic-mgmt.msft:$branch_base<br>"
79
83
description+=$(git log $prehead..HEAD --merge --pretty=format:'%h -%d %s (%cs) [%aN]')
80
- # assign="Gen-Hwa Chiang <[email protected]>"
- # update work-item
- # az boards work-item update --org https://dev.azure.com/mssonic/ --id $ADO_ID --discussion "$description" -f "Custom Field 1=type_A"
84
fi
85
86
GIT_EDITOR=true git merge --continue || true
0 commit comments