1
0
mirror of synced 2025-12-23 21:07:12 -05:00
Commit Graph

23890 Commits

Author SHA1 Message Date
Jules Parker
d8ec75c2c1 incorporate laura's feedback 2022-04-14 10:59:14 +02:00
Jules Parker
cd642e4dd5 Merge branch 'jules-6165' of github.com:github/docs-internal into jules-6165 2022-04-13 12:29:27 +02:00
Jules Parker
6c0a039df3 reword about secret scanning section 2022-04-13 12:26:43 +02:00
Matt Pollard
79fe618547 Merge branch 'main' into jules-6165 2022-04-13 09:34:20 +02:00
Sophie
207f29cdab Merge pull request #26263 from github/sophie-6156-content
Change instances of "user account" to "personal account" in content
2022-04-13 09:19:21 +02:00
Sophie
ac4c64b683 Merge branch 'main' into sophie-6156-content 2022-04-13 09:14:13 +02:00
Jules Parker
bf51eab4f9 GHAS FPT versioning changes 2022-04-13 08:32:01 +02:00
Mike Surowiec
e7e90d03cd fix(deploy): hardcode nonprod registry username so it does not result in masked APP_URL (#26893) 2022-04-12 22:59:06 -05:00
Robert Sese
cb355c6da3 openapi: fix nested params (#26894)
* Check for 'object' in ['object', 'null']

* Add updated decorated files

* arrays can also be null with this format

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

* arrays can also be null with this format

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

Co-authored-by: Rachael Sewell <rachmari@github.com>
2022-04-12 18:15:22 -05:00
Robert Sese
2ee8aad472 Handle query parameters with PUT/POST operations (#26848)
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
2022-04-12 14:36:50 -05:00
Ramya Parimi
04410502e7 Update needs-sme-stale-check.yaml (#26885) 2022-04-12 14:02:22 -05:00
docubot
b6d3ed84b3 New translation batch for pt (#26883)
* Add crowdin translations

* Run script/i18n/homogenize-frontmatter.js

* Run script/i18n/fix-translation-errors.js

* Run script/i18n/lint-translation-files.js --check rendering

* run script/i18n/reset-files-with-broken-liquid-tags.js --language=pt

* run script/i18n/reset-known-broken-translation-files.js
2022-04-12 18:04:32 +00:00
Debbie Milburn
d0efbf239d Update permissions-required-for-github-apps.md (#26537) 2022-04-12 17:58:14 +00:00
Sarita Iyer
80e2487745 Merge pull request #26431 from github/hubwriter/prebuild-triggers
Document prebuild trigger options for Codespaces
2022-04-12 13:30:01 -04:00
Sarita Iyer
16592782f2 Merge branch 'main' into hubwriter/prebuild-triggers 2022-04-12 13:18:10 -04:00
Sarah Edwards
67e194eea9 Organization discussions and polls (#26517)
Co-authored-by: Steve Guntrip <stevecat@github.com>
2022-04-12 16:11:20 +00:00
Hector Alfaro
5597345f82 Merge pull request #26874 from github/hectorsector/issue999
skip check for search indices if label exists
2022-04-12 11:36:16 -04:00
Hector Alfaro
25f6ffb33a add note about skipping index check to search docs 2022-04-12 11:20:13 -04:00
Hector Alfaro
66748233fa skip check for search indices if label exists 2022-04-12 11:15:44 -04:00
Divya
824cd658cd Update reuse-an-assignment.md 2022-04-12 09:25:26 +00:00
github-openapi-bot
5d9b2b4602 Update OpenAPI Descriptions 2022-04-12 08:58:16 +00:00
Octomerger Bot
3b4be3c94c Merge pull request #26867 from github/repo-sync
repo sync
2022-04-12 00:54:37 -07:00
Octomerger Bot
d2651e0909 Merge branch 'main' into repo-sync 2022-04-12 00:51:27 -07:00
Felicity Chapman
b3e30cc5f8 Update comments following hubber confusion (#26843) 2022-04-12 07:38:16 +00:00
mc
3fd1549471 Merge pull request #16954 from kk-kd/patch-2
A Typo in "Understanding GitHub Actions" Page
2022-04-12 08:36:42 +01:00
mc
dd2ce56d36 Merge branch 'main' into patch-2 2022-04-12 08:32:46 +01:00
Sarita Iyer
649240e635 GitHub Classroom - ability to reuse assignments 2022-04-12 07:22:06 +00:00
Octomerger Bot
2d7cfd0458 Merge pull request #17014 from github/repo-sync
repo sync
2022-04-11 17:32:29 -07:00
Octomerger Bot
7bb2203f3e Merge branch 'main' into repo-sync 2022-04-11 17:28:56 -07:00
Octomerger Bot
de6d2be201 Merge pull request #17012 from github/repo-sync
repo sync
2022-04-11 16:55:53 -07:00
Mike Surowiec
9a829c0094 fix(package.json): update engines to allow >= 16.x (#26858)
* fix(package.json): update engines to allow >= 16.x

* fix: new npm includes engine in lockfile

* fix(package-lock): run with npm v8.5.0 to match CI
2022-04-11 23:54:06 +00:00
Octomerger Bot
80cf20e5d0 Merge branch 'main' into repo-sync 2022-04-11 16:51:18 -07:00
docubot
8944115438 New translation batch for pt (#26847)
* Add crowdin translations

* Run script/i18n/homogenize-frontmatter.js

* Run script/i18n/fix-translation-errors.js

* Run script/i18n/lint-translation-files.js --check rendering

* run script/i18n/reset-files-with-broken-liquid-tags.js --language=pt

* run script/i18n/reset-known-broken-translation-files.js

Co-authored-by: Mike Surowiec <mikesurowiec@users.noreply.github.com>
2022-04-11 23:33:54 +00:00
Mike Surowiec
dce7f676ec fix(content): apostrophe in title renders incorrectly in production only (#26859)
* fix(content): apostrophe in title renders incorrectly in production only

* fix(ProductArticlesList): use renderedFullTitle to display childNodes

* fix(lint): run prettier
2022-04-11 18:29:08 -05:00
Octomerger Bot
335cb225c6 Merge pull request #17011 from github/repo-sync
repo sync
2022-04-11 16:28:07 -07:00
Kevin Heis
925ca68a7b Merge branch 'main' into repo-sync 2022-04-11 16:24:13 -07:00
Rachael Sewell
e86dc05ecc add openapi example tests (#26860) 2022-04-11 16:08:15 -07:00
Kevin Heis
8dd0401ca6 Run prettier 2022-04-11 15:58:11 -07:00
Octomerger Bot
37261c3125 Merge pull request #26850 from github/repo-sync
repo sync
2022-04-11 11:34:59 -07:00
Octomerger Bot
89c9d36649 Merge pull request #17010 from github/repo-sync
repo sync
2022-04-11 11:28:48 -07:00
Octomerger Bot
5007c5adfb Merge branch 'main' into repo-sync 2022-04-11 11:26:43 -07:00
Octomerger Bot
09385f0784 Merge branch 'main' into repo-sync 2022-04-11 11:25:18 -07:00
Ramya Parimi
16f030b5c8 Update needs-sme-workflow.yml (#26834)
* Update needs-sme-workflow.yml

* Update needs-sme-workflow.yml

edited if condition
2022-04-11 18:14:55 +00:00
Octomerger Bot
98590261ec Merge pull request #17008 from github/repo-sync
repo sync
2022-04-11 11:01:28 -07:00
docubot
8a15c9bf87 Merge branch 'main' into repo-sync 2022-04-11 10:58:53 -07:00
Ramya Parimi
a18e4e710a Merge pull request #17004 from look/patch-2
Adjust step number for copy paste
2022-04-11 12:57:39 -05:00
Octomerger Bot
f353c32bae Merge branch 'main' into repo-sync 2022-04-11 10:55:03 -07:00
Ramya Parimi
a75c13b99c Merge branch 'main' into patch-2 2022-04-11 12:53:50 -05:00
Sophie
74c6fb331c Merge pull request #26737 from github/sophietheking-personalaccount
Add the use of "personal account" to "word choice and terminology" in the style guide
2022-04-11 19:09:39 +02:00
Sophie
aacdaad9a8 Merge branch 'main' into sophietheking-personalaccount 2022-04-11 19:06:14 +02:00