File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11name : Codeowners merging
22on :
3- pull_request_target : { types: [ opened, synchronize, reopened] }
4- issue_comment : { types: created }
5- pull_request_review : { types: submitted }
3+ pull_request_target : { types: [opened, synchronize, reopened] }
4+ issue_comment : { types: [ created] }
5+ pull_request_review : { types: [ submitted] }
66
77jobs :
8- build :
8+ merge-check :
99 runs-on : ubuntu-latest
1010
1111 steps :
Original file line number Diff line number Diff line change 1313 },
1414 "dependencies" : {
1515 "@orta/markdown-translator" : " ^0.4.2" ,
16- "@oss-docs/sync" : " 1.1.3 " ,
16+ "@oss-docs/sync" : " 1.1.4 " ,
1717 "danger" : " ^10.6.0"
1818 },
1919 "devDependencies" : {
Original file line number Diff line number Diff line change 133133 request "^2.88.0"
134134 unified-stream "^1.0.4"
135135
136- " @oss-docs/sync@1.1.3 " :
137- version "1.1.3 "
138- resolved "https://registry.yarnpkg.com/@oss-docs/sync/-/sync-1.1.3 .tgz#13647923e9c297c273be4a0cf2ec09b803875966 "
139- integrity sha512-UJ3iZPdiAxYMpC8K9bXjwHCi3L7BBr08FF9GSczw2usb7cJ5MqaIOdnxBh16/LAVzgCrJiDyKfGugUWW+k8ohg ==
136+ " @oss-docs/sync@1.1.4 " :
137+ version "1.1.4 "
138+ resolved "https://registry.yarnpkg.com/@oss-docs/sync/-/sync-1.1.4 .tgz#7b1de679a67b3be96cbd04aeb358c5688d8de7e6 "
139+ integrity sha512-lCbnRABxvQCSRrxyfuwRFU5K5eGiBHGIUevQzGArcTv3A0kxorVpmH5FZgVP9Iw2G4+UoWr8L6egcpy6Ar0tyw ==
140140 dependencies :
141141 cachedir "^2.3.0"
142142 chalk "^4.1.0"
You can’t perform that action at this time.
0 commit comments