plugin/scaffolder: set the file mode in publish:github:pull-request.

The ability to set file mode was introduced in octokit-plugin-create-pull-request:v3.10.
This PR updates the underlying octokit-plugin-create-pull-request
version to 3.10, and sets the file mode when creating the pull request.

Signed-off-by: Kenneth Feng <kenneth.feng@onepeloton.com>
This commit is contained in:
Kenneth Feng
2021-10-19 21:49:41 -04:00
parent 3fcc9894f8
commit e55a5dea09
4 changed files with 105 additions and 7 deletions
+1 -1
View File
@@ -64,7 +64,7 @@
"luxon": "^2.0.2",
"morgan": "^1.10.0",
"nunjucks": "^3.2.3",
"octokit-plugin-create-pull-request": "^3.9.3",
"octokit-plugin-create-pull-request": "^3.10.0",
"uuid": "^8.2.0",
"winston": "^3.2.1",
"yaml": "^1.10.0"