1
0
mirror of synced 2026-01-30 06:01:34 -05:00
Commit Graph

9577 Commits

Author SHA1 Message Date
henock1
f3aced2806 Update link phrasing to correct grammatical tense 2021-05-24 10:55:56 -07:00
Sarah Schneider
0379ba8436 lint 2021-05-24 13:46:55 -04:00
Laura Coursen
4c1e4f38c6 Merge pull request #6622 from github/jccwm-patch-1
Delete content/github/finding-talent-with-github-jobs directory
2021-05-24 12:41:47 -05:00
Laura Coursen
7567e8990f Remove GitHub Jobs category from index 2021-05-24 12:33:38 -05:00
Sarah Schneider
d9461d36f5 Merge branch 'main' into github-ae-release-notes 2021-05-24 13:28:18 -04:00
Laura Coursen
e2ce5f7a9a Merge branch 'main' into jccwm-patch-1 2021-05-24 12:27:41 -05:00
Octomerger Bot
5088eb6f43 Merge pull request #6731 from github/repo-sync
repo sync
2021-05-25 02:51:48 +10:00
Octomerger Bot
1ec7d8a554 Merge pull request #19521 from github/repo-sync
repo sync
2021-05-25 02:50:52 +10:00
Octomerger Bot
e4c3257802 Merge branch 'main' into repo-sync 2021-05-25 02:45:06 +10:00
Octomerger Bot
a3665a32aa Merge branch 'main' into repo-sync 2021-05-25 02:41:54 +10:00
Sarah Schneider
60e872b409 Merge branch 'main' of github.com:github/docs-internal into github-ae-release-notes 2021-05-24 12:40:39 -04:00
Sarah Schneider
eb6ad755e1 render the header-level version picker on release notes 2021-05-24 12:40:27 -04:00
Sarah Schneider
dc44855690 preserve deprecated release notes 2021-05-24 12:39:33 -04:00
ajs256
8a32526640 Merge branch 'main' into patch-2 2021-05-24 09:36:44 -07:00
Kevin Heis
9ba7e6bc34 Update homogenize-frontmatter script to not stop on errors and concurrency yes (#19480)
* Update homogenize-frontmatter script to not stop on errors and concurrency yes

* Update homogenize-frontmatter.js

* Speed up by avoiding exists check

Node docs: Using fs.exists() to check for the existence of a file before calling fs.open(), fs.readFile() or fs.writeFile() is not recommended. Doing so introduces a race condition, since other processes may change the file's state between the two calls. Instead, user code should open/read/write the file directly and handle the error raised if the file does not exist.

* Update homogenize-frontmatter.js

Co-authored-by: Zeke Sikelianos <zeke@github.com>
2021-05-24 16:27:50 +00:00
Sarah Schneider
221de41388 more merge updates 2021-05-24 12:10:58 -04:00
Sarah Schneider
354c5d84d0 Merge branch 'main' of github.com:github/docs-internal into github-ae-release-notes 2021-05-24 12:00:06 -04:00
Sarah Schneider
de7d02af93 more merge-related updates 2021-05-24 11:59:55 -04:00
Sarita Iyer
cf1842947a fixed a few small things 2021-05-24 11:27:03 -04:00
Sarita Iyer
945824f8da adding changes made based on review 2021-05-24 11:07:07 -04:00
Sarita Iyer
7d998ed109 update with review feedback
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
2021-05-24 11:05:06 -04:00
⚡ Aditya Patel ⚡
c72ec38fc4 Merge branch 'main' into patch-1 2021-05-24 20:23:07 +05:30
Octomerger Bot
e7c6ed6d70 Merge pull request #6730 from github/repo-sync
repo sync
2021-05-25 00:19:23 +10:00
Octomerger Bot
76080896fe Merge pull request #19518 from github/repo-sync
repo sync
2021-05-25 00:13:10 +10:00
Octomerger Bot
cb269e4f28 Merge branch 'main' into repo-sync 2021-05-25 00:07:43 +10:00
Sarah Schneider
ff718d7fc1 Merge branch 'main' of github.com:github/docs-internal into github-ae-release-notes 2021-05-24 10:00:07 -04:00
Steve Guntrip
7924a0efde Merge pull request #19490 from github/update-oauth-state
Remove unused state parameter from OAuth application article
2021-05-24 14:53:02 +01:00
Steve Guntrip
8ee9671a1e Merge branch 'main' into update-oauth-state 2021-05-24 14:47:31 +01:00
⚡ Aditya Patel ⚡
f049204e33 Merge branch 'main' into patch-1 2021-05-24 17:09:26 +05:30
Octomerger Bot
aa86bc9732 Merge pull request #19513 from github/repo-sync
repo sync
2021-05-24 18:59:14 +10:00
Octomerger Bot
28a891c06b Merge pull request #6724 from github/repo-sync
repo sync
2021-05-24 18:57:43 +10:00
Octomerger Bot
86e7c8a6af Merge branch 'main' into repo-sync 2021-05-24 18:53:46 +10:00
Octomerger Bot
f2cb5d3006 Merge branch 'main' into repo-sync 2021-05-24 18:50:48 +10:00
Octomerger Bot
b61b1cac57 Merge pull request #6723 from github/repo-sync
repo sync
2021-05-24 18:46:58 +10:00
mc
53a889e61c version links for GHES 3.1 + (#19512) 2021-05-24 08:45:32 +00:00
Edoardo Pirovano
67a266e8b5 CodeQL Action: Add information about db-location option (#19418)
* CodeQL Action: Add information about `db-location` option

* Apply suggestions from code review

* Update content/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning.md

* Update content/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning.md

* Apply suggestions from code review

Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com>

* Update content/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning.md

Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com>
2021-05-24 09:41:03 +01:00
mc
7e002e6008 Code scanning: replace deprecated --github-auth flag with new --github-auth-stdin flag (#19466)
* replace deprecated flag with new flag

* rework liquid versioning in article

* update flag descriptions to latest

* fix table formatting

* more table formatting

* Apply suggestions from code review

Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>

* address latest review comments

* version new flag for GHES 3.1+ only

* fix list numbeting

Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
2021-05-24 09:17:08 +01:00
Lucas Costi
b788f6fcf0 Revert "Reversion 'Renaming a branch' for GHES 3.1"
This reverts commit 27a5e23cac.
2021-05-24 12:32:07 +10:00
Lucas Costi
27a5e23cac Reversion 'Renaming a branch' for GHES 3.1 2021-05-24 12:25:06 +10:00
Graham Campbell
737d485c7a Removed broken/low quality/dead/archived PHP libraries 2021-05-23 11:55:25 +01:00
Grace Park
4857490339 Adding user language redirect notice 2021-05-22 14:52:48 -07:00
ajs256
52ab6b27dd Merge branch 'main' into patch-2 2021-05-22 12:44:04 -07:00
alexandrammr
a641adf698 Update adding-content-to-your-github-pages-site-using-jekyll.md
Updated with new partials for completing the merge of the PR.
2021-05-22 18:41:55 +01:00
alexandrammr
f588855bd8 Create delete_branch.md 2021-05-22 18:38:03 +01:00
alexandrammr
e8326e9705 Create confirm_merge.md 2021-05-22 18:37:17 +01:00
alexandrammr
84c1db28da Create write_commit_message_pull_request.md 2021-05-22 18:36:44 +01:00
alexandrammr
02a0d316ce Create merge_pull_request.md 2021-05-22 18:35:29 +01:00
alexandrammr
5424d6d8dc Create choose_pull_request.md 2021-05-22 18:33:19 +01:00
⚡ Aditya Patel ⚡
dd374a19e7 Merge branch 'main' into patch-1 2021-05-22 09:01:16 +05:30
Harsh Trivedi
a5bc26ccaf Merge branch 'main' into patch-1 2021-05-22 04:32:13 +05:30