Skip to content

Commit d70e2ca

Browse files
author
markzegarelli
authored
Merge pull request #3 from segmentio/repo-sync
repo sync
2 parents 111f2fb + 81b84bd commit d70e2ca

File tree

3 files changed

+151
-2528
lines changed

3 files changed

+151
-2528
lines changed

.github/workflows/repo-sync.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
schedule:
55
- cron: "*/30 * * * *" # every 30 minutes.
66

7-
87
jobs:
98
repo-sync:
109
name: Repo Sync
@@ -57,4 +56,4 @@ jobs:
5756
with:
5857
github-token: ${{ secrets.GITHUB_TOKEN }}
5958
number: ${{ steps.find-pull-request.outputs.number }}
60-
method: merge
59+
method: merge

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@
4646
"@babel/runtime": "^7.15.4",
4747
"ajv": "^6.10.2",
4848
"algoliasearch": "^4.10.5",
49+
"ansi-regex": "^6.0.1",
4950
"clipboard": "^2.0.8",
5051
"dotenv": "^10.0.0",
5152
"glightbox": "^3.1.0",
5253
"handlebars": "^4.7.7",
53-
"hyperlink": "^4.7.0",
5454
"search-insights": "^2.0.3",
5555
"tap-spot": "^1.1.1",
5656
"tippy.js": "^6.3.1",

0 commit comments

Comments
 (0)