1
0
mirror of synced 2025-12-20 18:36:31 -05:00
Commit Graph

13110 Commits

Author SHA1 Message Date
PSJ
b54a9b4a41 Merge branch 'main' into add-issues-from-discussions 2021-08-26 07:55:01 +05:30
Octomerger Bot
564cc45384 Merge pull request #9344 from github/repo-sync
repo sync
2021-08-26 12:09:00 +10:00
Octomerger Bot
e219090c67 Merge pull request #21144 from github/repo-sync
repo sync
2021-08-26 12:07:26 +10:00
Octomerger Bot
bbb00705f3 Merge branch 'main' into repo-sync 2021-08-26 12:03:13 +10:00
Octomerger Bot
8ff65a87cf Merge branch 'main' into repo-sync 2021-08-26 12:01:50 +10:00
GitHub Actions
02774f52d1 update search indexes 2021-08-26 01:57:31 +00:00
PSJ
af8a833de1 Merge branch 'main' into add-issues-from-discussions 2021-08-26 06:20:47 +05:30
Octomerger Bot
c264334fe0 Merge pull request #9343 from github/repo-sync
repo sync
2021-08-26 10:27:31 +10:00
Rachael Sewell
556457d843 updated openapi dev check to trigger on script updates (#21139) 2021-08-25 17:14:04 -07:00
github-openapi-bot
bc1cef3210 Update OpenAPI Descriptions (#21109)
* Update OpenAPI Descriptions

* Add decorated OpenAPI schema files

Co-authored-by: github-openapi-bot <github-openapi-bot@users.noreply.github.com>
Co-authored-by: Amy Burns <timeyoutakeit@github.com>
2021-08-25 20:03:22 -04:00
PSJ
983946e1d0 Merge branch 'main' into add-issues-from-discussions 2021-08-26 05:21:34 +05:30
Octomerger Bot
0a123378bc Merge pull request #21140 from github/repo-sync
repo sync
2021-08-26 09:49:08 +10:00
Octomerger Bot
0f0560f88f Merge pull request #9341 from github/repo-sync
repo sync
2021-08-26 09:42:02 +10:00
Grace Park
5de3e4250a Update README.md (#21137)
Updating the README.md to reflect the updates on running tests locally: https://docs.google.com/document/d/1qy9aenegmKhQSyc1a0fghnQATMZx2kRO9MSsnVgixFU/edit#
2021-08-25 16:19:50 -07:00
PSJ
84dd672264 Merge branch 'main' into add-issues-from-discussions 2021-08-26 04:01:24 +05:30
Octomerger Bot
d1689f1236 Merge pull request #9340 from github/repo-sync
repo sync
2021-08-26 08:27:12 +10:00
Octomerger Bot
65dbd60b31 Merge pull request #21138 from github/repo-sync
repo sync
2021-08-26 08:25:12 +10:00
Octomerger Bot
401bca8e99 Merge branch 'main' into repo-sync 2021-08-26 08:19:54 +10:00
Octomerger Bot
399924f411 Merge branch 'main' into repo-sync 2021-08-26 08:18:00 +10:00
PSJ
3e0a6222ee Merge branch 'main' into add-issues-from-discussions 2021-08-26 03:46:42 +05:30
Octomerger Bot
4491a4d205 Merge pull request #9338 from github/repo-sync
repo sync
2021-08-26 08:08:09 +10:00
Rachael Sewell
df16267a8f remove cached-index-names file and dry run sync used for Algolia (#21133) 2021-08-25 22:04:26 +00:00
Octomerger Bot
531e636363 Merge pull request #21136 from github/repo-sync
repo sync
2021-08-26 07:51:55 +10:00
Octomerger Bot
10ffaf2ceb Merge branch 'main' into repo-sync 2021-08-26 07:47:24 +10:00
GitHub Actions
a64b584aa9 update search indexes 2021-08-25 21:42:49 +00:00
Octomerger Bot
c76fb812d6 Merge pull request #9335 from github/repo-sync
repo sync
2021-08-26 07:39:49 +10:00
Octomerger Bot
4e1515e3d2 Merge branch 'main' into repo-sync 2021-08-26 07:23:45 +10:00
PSJ
5d99e83cf0 Merge branch 'main' into add-issues-from-discussions 2021-08-26 02:50:31 +05:30
James M. Greene
17d663826b Add GITHUB_TOKEN for single file checkout (#21135) 2021-08-25 16:13:25 -05:00
Octomerger Bot
6aa76f9ce7 Merge pull request #9333 from github/repo-sync
repo sync
2021-08-26 07:10:02 +10:00
Octomerger Bot
c5fb512daf Merge pull request #21134 from github/repo-sync
repo sync
2021-08-26 07:07:54 +10:00
Octomerger Bot
49192b8f42 Merge branch 'main' into repo-sync 2021-08-26 07:02:58 +10:00
James M. Greene
08db1c970c Refactor Staging deployment workflow to support open source PRs (#20459)
* Add a Staging build workflow

* Remove all commented out code from build workflow

It will be handled in https://github.com/github/docs-engineering/issues/726

* Use pinned version of upload-artifact action

* Tweaks to build

* Minor deployment script refactoring

* Update the Staging deployment workflow

* Missed refactoring tweak

* Add relevant comments

* Update Heroku app naming convention for Actions deploy to include 'gha-' prefix

* Update Heroku app ConfigVars and SourceBlob for optional prebuilt app

* Remove obsolete 'dist/' dir from PR build artifact

See https://github.com/github/docs-internal/pull/20405

* Ensure a new enough version of npm is used

* Switch to creating a tarball for upload

* Remove obsolete 'layouts' dir from file list

* Ditch the verbosity for 'tar'... too many files

* Add tarball support to deploy

* Add esm workaround to deploy script

See https://github.com/actions/github-script/issues/168

* Temporarily ignore staging deploy workflow from workflow linter

* Update deployment to use a Heroku Build Source instead of a GitHub Actions Artifact

* Update undeploy workflow to use ESM workaround

See https://github.com/actions/github-script/issues/168

* Add 'esm' package to optionalDependencies to better support workaround

See https://github.com/actions/github-script/issues/168

* Add Slack notifications for workflow failures

* Wrap AppSetup polling in try-catch

* Improve dyno monitoring

* Rename 'script/deploy' to have a .js extension #esm

* Update script references to include the extension

* Use non-deprecated Sources API for Heroku

* Use normal quotes

* Stub in a step to mark deployment inactive after timing out

* Apply suggestions from code review

Co-authored-by: Rachael Sewell <rachmari@github.com>

Co-authored-by: Rachael Sewell <rachmari@github.com>
2021-08-25 20:45:51 +00:00
PSJ
e37c0d5bb9 Merge branch 'main' into add-issues-from-discussions 2021-08-26 02:00:57 +05:30
Octomerger Bot
c2c45aad8b Merge pull request #21132 from github/repo-sync
repo sync
2021-08-26 06:25:27 +10:00
Octomerger Bot
c5c1b48f83 Merge pull request #9331 from github/repo-sync
repo sync
2021-08-26 06:24:27 +10:00
PSJ
afc4aca925 Merge branch 'main' into add-issues-from-discussions 2021-08-26 01:52:00 +05:30
Octomerger Bot
0bfd2d8eaa Merge branch 'main' into repo-sync 2021-08-26 06:20:45 +10:00
Octomerger Bot
935a05c8d5 Merge branch 'main' into repo-sync 2021-08-26 06:17:31 +10:00
Octomerger Bot
264bedd09d Merge pull request #21129 from github/repo-sync
repo sync
2021-08-26 06:15:08 +10:00
Octomerger Bot
c5eb61f8bf Branch was updated using the 'autoupdate branch' Actions workflow. 2021-08-26 06:10:56 +10:00
Laura Coursen
5e85516682 Update shortTitles (#21127) 2021-08-25 20:10:29 +00:00
Octomerger Bot
b205333a6f Merge pull request #9329 from github/repo-sync
repo sync
2021-08-26 06:07:40 +10:00
Octomerger Bot
1fdf4b73a4 Merge branch 'main' into repo-sync 2021-08-26 06:06:12 +10:00
Octomerger Bot
48defafb4f Merge branch 'main' into repo-sync 2021-08-26 05:59:28 +10:00
Octomerger Bot
214631c99e Merge pull request #9326 from github/repo-sync
repo sync
2021-08-26 05:54:39 +10:00
James M. Greene
6e6f857395 More instructive comment in potentially spammy issues (#21110)
* More instructive comment in spammy issue comments

Co-authored-by: Janice <janiceilene@github.com>
2021-08-25 19:53:17 +00:00
Octomerger Bot
8267c84817 Merge pull request #21128 from github/repo-sync
repo sync
2021-08-26 05:51:50 +10:00
Octomerger Bot
61097499c5 Merge branch 'main' into repo-sync 2021-08-26 05:47:03 +10:00
Octomerger Bot
e58122ab51 Merge branch 'main' into repo-sync 2021-08-26 05:46:46 +10:00