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

8158 Commits

Author SHA1 Message Date
Octomerger Bot
17f8717855 Merge pull request #6739 from github/repo-sync
repo sync
2021-05-25 07:27:07 +10:00
Melanie Yarbrough
f92fe615a4 Update label name 2021-05-24 17:16:13 -04:00
Octomerger Bot
f1f5a4fbb2 Merge pull request #6736 from github/repo-sync
repo sync
2021-05-25 05:20:38 +10:00
chiedo
066847cbf3 No longer needed
We now track crowdin migration todos in FR batches
2021-05-24 14:57:02 -04:00
Octomerger Bot
3529e965e8 Merge pull request #19522 from github/repo-sync
repo sync
2021-05-25 04:19:25 +10:00
Octomerger Bot
da44a5c444 Merge pull request #6733 from github/repo-sync
repo sync
2021-05-25 04:11:43 +10:00
Octomerger Bot
0c1e41cce5 Merge branch 'main' into repo-sync 2021-05-25 04:03:43 +10: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
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
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
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
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
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
Octomerger Bot
4c6998953e Merge pull request #19503 from github/repo-sync
repo sync
2021-05-22 07:00:11 +10:00
Janice
904f46fefb Merge pull request #6605 from FlyteWizard/flytewizard-import-projects-intro
Add intro for "Importing your projects to GitHub" category
2021-05-21 13:39:45 -07:00
Janice
4a3036cedf Merge branch 'main' into flytewizard-import-projects-intro 2021-05-21 13:31:44 -07:00
Octomerger Bot
cdea30531c Merge pull request #6633 from github/repo-sync
repo sync
2021-05-22 06:31:09 +10:00
Kevin Heis
3b6bba8d04 Increase developer redirect test time (#19499) 2021-05-21 20:13:32 +00:00
Octomerger Bot
a582471e45 Merge pull request #19497 from github/repo-sync
repo sync
2021-05-22 06:06:10 +10:00
Octomerger Bot
71f676bbbd Merge branch 'main' into repo-sync 2021-05-22 06:02:10 +10:00
Ethan Palm
f403547a07 Merge pull request #6614 from codewithdev/codewithdev-docs1
Updated the Glossary article
2021-05-21 15:49:51 -04:00
Ethan Palm
dbebdd14b3 Fix yaml formatting
Removing an empty line that affects how the yaml renders
2021-05-21 15:42:19 -04:00
Dev Prakash Sharma
ce0c7177a4 Updated Fork a Repo 2021-05-22 01:06:16 +05:30
Dev Prakash Sharma
a0a1b40822 Updated external.yml 2021-05-22 01:01:42 +05:30
Dev Prakash Sharma
90b2e7e462 Updated Glossary Introduction 2021-05-22 00:59:18 +05:30
Ethan Palm
96206ba3f3 Update "About forks" section 2021-05-21 15:08:07 -04:00
Dev Prakash Sharma
d01d2d9645 Update fork-a-repo.md 2021-05-22 00:10:55 +05:30
Dev Prakash Sharma
99fa9b00a8 Updated fork a Repo 2021-05-22 00:08:45 +05:30
Dev Prakash Sharma
5f4de5391f Merge branch 'github:main' into codewithdev-docs1 2021-05-21 23:56:59 +05:30
Dev Prakash Sharma
7b7f898cc3 Updated Glossary Introduction 2021-05-21 23:55:26 +05:30
Janice
226dd8a5c1 Merge branch 'main' into flytewizard-import-projects-intro 2021-05-21 09:47:07 -07:00
Janice
8c51b9b649 Update content/github/importing-your-projects-to-github/index.md 2021-05-21 09:43:50 -07:00
Panagiotis Lithadiotis
dfed90f33b Updates the root storage increase documentation (#19370) 2021-05-21 09:26:25 -05:00