Skip to content

Commit 6ccb6ab

Browse files
committed
Update docs-sync
1 parent c4ded0a commit 6ccb6ab

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/codeowners-merge.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Codeowners merging
22
on:
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

77
jobs:
8-
build:
8+
merge-check:
99
runs-on: ubuntu-latest
1010

1111
steps:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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": {

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,10 @@
133133
request "^2.88.0"
134134
unified-stream "^1.0.4"
135135

136-
"@oss-docs/[email protected].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/[email protected].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"

0 commit comments

Comments
 (0)