We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 111f2fb + 81b84bd commit d70e2caCopy full SHA for d70e2ca
.github/workflows/repo-sync.yml
@@ -4,7 +4,6 @@ on:
4
schedule:
5
- cron: "*/30 * * * *" # every 30 minutes.
6
7
-
8
jobs:
9
repo-sync:
10
name: Repo Sync
@@ -57,4 +56,4 @@ jobs:
57
56
with:
58
github-token: ${{ secrets.GITHUB_TOKEN }}
59
number: ${{ steps.find-pull-request.outputs.number }}
60
- method: merge
+ method: merge
package.json
@@ -46,11 +46,11 @@
46
"@babel/runtime": "^7.15.4",
47
"ajv": "^6.10.2",
48
"algoliasearch": "^4.10.5",
49
+ "ansi-regex": "^6.0.1",
50
"clipboard": "^2.0.8",
51
"dotenv": "^10.0.0",
52
"glightbox": "^3.1.0",
53
"handlebars": "^4.7.7",
- "hyperlink": "^4.7.0",
54
"search-insights": "^2.0.3",
55
"tap-spot": "^1.1.1",
"tippy.js": "^6.3.1",
0 commit comments