1
0
mirror of synced 2026-01-06 06:02:35 -05:00
Commit Graph

9291 Commits

Author SHA1 Message Date
Josh Soref
c743d701e1 Suggest how to ignore .git-blame-ignore-revs (#21915)
Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com>
2022-11-21 16:39:56 +00:00
Octomerger Bot
f069fde0ae Merge pull request #22202 from github/repo-sync
repo sync
2022-11-21 07:36:31 -08:00
Courtney Wilson
be755e5de1 Merge branch 'main' into patch-1 2022-11-21 09:20:42 -06:00
Courtney Wilson
086d7f835f Merge branch 'main' into table-fix 2022-11-21 09:09:42 -06:00
hubwriter
fffdc166d6 Fix broken rdoc links (#32794) 2022-11-21 14:50:51 +00:00
hubwriter
99eb445606 Clarify free Codespaces storage (#32621)
Co-authored-by: Isaac Brown <101839405+isaacmbrown@users.noreply.github.com>
2022-11-21 13:03:00 +00:00
Nicolo Canali De Rossi
d8504e3280 Fix whitespace and empty rows on actions/learn-github-actions/environment-variables (#32792) 2022-11-21 12:45:04 +00:00
hubwriter
8384f8440b Change heading about Copilot extension (#32746)
Co-authored-by: Sophie <29382425+sophietheking@users.noreply.github.com>
2022-11-21 11:02:27 +00:00
Lou Nelson Jr
62c5093d26 remove ">" in link output
This typo causes syntax errors when inputting cursor links into curl.
2022-11-18 16:52:27 -05:00
Courtney Wilson
3b0f9a51cd Merge branch 'main' into patch-1 2022-11-18 15:20:58 -06:00
Sam Browning
d8f40375ba Merge branch 'main' into patch-2 2022-11-18 16:03:22 -05:00
Courtney Wilson
6999ff45bd Merge branch 'main' into patch-1 2022-11-18 14:52:02 -06:00
Stoney
5b16250eaa Clarify ghe-upgrade-scheduler uses and limitations (#32640)
Co-authored-by: Laura Coursen <lecoursen@github.com>
2022-11-18 18:49:41 +00:00
Mattt
600d45f482 Update to new limit for Dependabot commit message prefix (#32363)
Co-authored-by: Felicity Chapman <felicitymay@github.com>
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
2022-11-18 17:12:47 +00:00
Courtney Wilson
d26235867e added whitespace control to table 2022-11-18 16:36:08 +00:00
Isaac Brown
d250477afa Apply suggestions from code review 2022-11-18 15:43:03 +00:00
Laura Coursen
a890dd5eea Fix versioning for "Via username and password" section in "Other authentication methods" (#32633) 2022-11-18 14:15:02 +00:00
MTindev
db62f7b9f8 Merge branch 'main' into patch-2 2022-11-18 13:55:28 +01:00
hubwriter
57bef7d45a Move "web-based editor" string out of product.yml (#32443) 2022-11-18 12:43:36 +00:00
Pantelis
42c7d194b4 Update protecting-pushes-with-secret-scanning.md (#32693)
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
2022-11-18 11:58:21 +00:00
MTindev
d8bd4a0e31 Remove unexpected spaces and HTML tag in code
There are unexpected HTML tag between "username" and "fork name", making the URLs not match what is displayed when running the commands.
There also is an unexpected HTML closing tag `</em>` which is not opened previously.

```shell
  $ git remote -v
  > origin    https://{% data variables.command_line.codeblock %}/YOUR_USERNAME/ YOUR_FORK</em>.git (fetch)
  > origin    https://{% data variables.command_line.codeblock %}/YOUR_USERNAME/YOUR_FORK.git (push)
  > upstream  https://{% data variables.command_line.codeblock %}/ORIGINAL_OWNER/ ORIGINAL_REPOSITORY.git (fetch)
  > upstream  https://{% data variables.command_line.codeblock %}/ORIGINAL_OWNER/ ORIGINAL_REPOSITORY.git (push)
```

should be : 

```shell
  $ git remote -v
  > origin    https://{% data variables.command_line.codeblock %}/YOUR_USERNAME/YOUR_FORK.git (fetch)
  > origin    https://{% data variables.command_line.codeblock %}/YOUR_USERNAME/YOUR_FORK.git (push)
  > upstream  https://{% data variables.command_line.codeblock %}/ORIGINAL_OWNER/ORIGINAL_REPOSITORY.git (fetch)
  > upstream  https://{% data variables.command_line.codeblock %}/ORIGINAL_OWNER/ORIGINAL_REPOSITORY.git (push)
  ```
2022-11-18 12:13:19 +01:00
Mathieu Dutour
4fb818f936 Fix broken syntax in syntax-for-githubs-form-schema 2022-11-18 10:01:02 +01:00
Matthew Zagaja
120333e4d1 Update working-with-the-rubygems-registry.md (#21922)
Co-authored-by: Jess Hosman <1183847+jhosman@users.noreply.github.com>
2022-11-17 22:15:16 +00:00
Courtney Wilson
83167c793c Merge branch 'main' into patch-1 2022-11-17 14:10:21 -06:00
Peter Bengtsson
988e68fa98 JIT data (#32140) 2022-11-17 13:08:49 +00:00
Xavier RENE-CORAIL
2ff4a43f0b Update privately-reporting-a-security-vulnerability.md (#32689)
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
2022-11-17 09:15:56 +00:00
James Dennes
5f179dd0a8 Update "Accessing compliance reports for your organization" instructions (#32666) 2022-11-17 08:40:01 +00:00
tecc
14ec7ad398 Merge branch 'main' into patch-1 2022-11-16 23:37:28 +01:00
Courtney Wilson
323c29e6bf Merge branch 'main' into patch-1 2022-11-16 15:54:37 -06:00
Courtney Wilson
ea0d70b0cb Merge branch 'main' into t1 2022-11-16 15:40:11 -06:00
Rachael Rose Renk
208463c951 Merge branch 'main' into patch-1 2022-11-16 13:11:43 -07:00
Matt Pollard
198459522d Deprecate alpha documentation (#32660) 2022-11-16 17:39:06 +00:00
Koray Ulusan
bf3afaca3b fix typo: 'git filter-repo' -> 'git-filter-repo'
Presumably a typo. 

`git` doesn't have a `filter-repo` option. However `git-filter-repo` is a program (as linked in the docs).
2022-11-16 18:04:30 +01:00
Isaac Brown
47e03737d0 New article: Troubleshooting GPG verification for GitHub Codespaces (#32570)
Co-authored-by: John Keech <jokeech@microsoft.com>
Co-authored-by: hubwriter <hubwriter@github.com>
2022-11-16 11:42:35 +00:00
Matt Pollard
439ff462d3 Bug fixes for Enterprise content, 2022-11-11 (#32545) 2022-11-16 08:56:47 +00:00
Tyler Goffinet
68dad52f10 Add strategy to keywords for jobs that call workflows (#21768)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2022-11-16 15:52:42 +10:00
Zack Swafford
715b10fcd9 Update documentation mistake
This example in the curl documentation doesn't match the gh api example and is incorrect. Likely a copy/paste error from the previous example.
2022-11-15 20:59:58 -08:00
AJ
46560aaa61 MinIO Gateway Removal (#21918)
Co-authored-by: Laura Coursen <lecoursen@github.com>
Co-authored-by: Martin Lopes <martin389@github.com>
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2022-11-16 12:45:59 +10:00
emisargent
c59bd8630e Add permissions statement to Codespaces repo secrets (#32467)
Co-authored-by: Sarah Edwards <skedwards88@github.com>
2022-11-15 23:21:11 +00:00
Robert Sese
b2e5d14036 Automate + Reactify webhooks page (#29534)
Co-authored-by: Rachael Sewell <rachmari@github.com>
Co-authored-by: Peter Bengtsson <mail@peterbe.com>
Co-authored-by: Joe Oak <41307427+joeoak@users.noreply.github.com>
Co-authored-by: Sarah Edwards <skedwards88@github.com>
Co-authored-by: Grace Park <gracepark@github.com>
Co-authored-by: Peter Bengtsson <peterbe@github.com>
2022-11-15 22:12:16 +00:00
Sophie
75703721ef [2022-11-14]: Device and session management settings page - [GA] (#32279)
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Anne-Marie  <102995847+am-stead@users.noreply.github.com>
Co-authored-by: Christina Li <93735018+cli1150@users.noreply.github.com>
Co-authored-by: Melanie Yarbrough <11952755+myarb@users.noreply.github.com>
2022-11-15 21:46:38 +00:00
Courtney Wilson
ae04aaeac8 Merge branch 'main' into t1 2022-11-15 13:07:49 -06:00
Peter Bengtsson
aa67bb5ad7 fix Quickstart redirecting link on Get started (#32622) 2022-11-15 16:06:42 +00:00
Peter Bengtsson
93d98d8786 www.github.com redirects to github.com (#32084) 2022-11-15 15:08:29 +00:00
Sarita Iyer
3abdbdbb47 Education follow-up with additional info on student codespaces benefit (#32523) 2022-11-15 14:31:10 +00:00
Markus Schulte
3203ecbc31 Warn to wait for checks if using Dependabot auto-merge (#21607) 2022-11-15 12:29:49 +00:00
ram vikram singh
0b1689c1c8 Merge branch 'main' into t1 2022-11-15 15:36:26 +05:30
Siara
97a7a0fed7 Replace npm package @octo-org/octo-app used in docs example (#32498)
Co-authored-by: Vanessa <vgrl@github.com>
2022-11-15 00:45:42 +00:00
Sampark Sharma
956918468f Update docs related to actions cache (#30916)
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
Co-authored-by: Siara <108543037+SiaraMist@users.noreply.github.com>
2022-11-15 00:42:34 +00:00
Sarah Edwards
5e94dcb229 Document the read:audit_log scope (#32470)
Co-authored-by: Sarita Iyer <66540150+saritai@users.noreply.github.com>
2022-11-14 22:10:50 +00:00