1
0
mirror of synced 2026-01-08 03:01:54 -05:00
Commit Graph

4765 Commits

Author SHA1 Message Date
jmarlena
eca5b64ed5 GitHub Pages workflow runs for every GitHub Pages site (#22797)
* Add section about GitHub Pages workflow run

* Create a reusable step for checking workflow run

* Add a public beta reusable note

* Add new reusable for checking workflows for build errors

* Add new reusable and new sections to this article

* Add that space

* Convert reusable to regular text

* Add alternate CI caveat to reusable

* Playing with spacing

* Change versioning to fpt only

* Fix formatting for reusable with note

* Add troubleshooting detail

* Apply suggestions from code review

Co-authored-by: Yoann Chaudet <yoannchaudet@github.com>

* Apply suggestions from code review

* Reframe step without resuable

* Remove resuable for now

* Apply suggestions from code review

Co-authored-by: Sarah Edwards <skedwards88@github.com>

* Apply suggestions from code review

* Revamp the reusables

* Apply suggestions from code review

Co-authored-by: Sarah Edwards <skedwards88@github.com>

* Apply suggestions from code review

* Apply suggestions from code review

Co-authored-by: Tommy Byrd <tcbyrd@github.com>

Co-authored-by: “jmarlena” <“jmarlena@github.com”>
Co-authored-by: Octomerger Bot <63058869+Octomerger@users.noreply.github.com>
Co-authored-by: Yoann Chaudet <yoannchaudet@github.com>
Co-authored-by: Sarah Edwards <skedwards88@github.com>
Co-authored-by: Tommy Byrd <tcbyrd@github.com>
2021-12-16 19:22:15 +00:00
mc
27bdbd4fbd [Ready to merge: Dec 16] - Update advisory docs for unreviewed advisories (#23574)
* add docs for unreviewed advisories
2021-12-16 17:32:37 +00:00
Peter Bengtsson
ed48eab88d check for redirect orphans (#23330)
* check for redirect orphans

Part of #1303

* timeout

* avoid external redirects in redirects_from too

* delete content/admin/advanced-security/viewing-your-github-advanced-security-usage.md

* remove from children: too

* remove some trailing slashes in redirect_froms

* fix a few more trailing slash redirects

* delete orphan pages
2021-12-16 12:54:59 +00:00
Peter Bengtsson
1f5f65f94c cleaning up trailing slash redirects (part 8) (#23741) 2021-12-16 09:08:17 +00:00
hubwriter
34c86a6355 Move update from ghes 3.3 to 3.4 (#23738) 2021-12-16 07:50:44 +00:00
hubwriter
3cb203e160 Clarify CLI text for timeout (#23737) 2021-12-16 07:47:18 +00:00
Octomerger Bot
3d6fb7066b Merge branch 'main' into repo-sync 2021-12-15 21:22:37 -06:00
Joshua Walker
acc3960770 add note about permission transfer (#23511) 2021-12-16 13:12:59 +10:00
Ramya Parimi
faad98940a Merge branch 'main' into correction-of-redirecting-link-in-content 2021-12-15 15:41:20 -06:00
Mike McDonald
f11b82767e Codespaces makes ECR much easier to access (#23675)
* Adding docs for ECR access

* Adding debugging info

* Adding note on naming

* swapping order on docker login command

* Update content/codespaces/codespaces-reference/allowing-your-codespace-to-access-a-private-image-registry.md

Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com>

* Update content/codespaces/codespaces-reference/allowing-your-codespace-to-access-a-private-image-registry.md

Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com>
2021-12-15 20:58:42 +00:00
Mike McDonald
74ed344476 [Dec 15] Adding information on codespaces external collaborators (#23649)
* Adding information on external collaborators

* Adding link to external collab info

* Note spacing

* s/external/outside

* Update content/codespaces/managing-codespaces-for-your-organization/enabling-codespaces-for-your-organization.md

Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com>

* s/external/outside 2.0

* Updating screenshot

Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com>
2021-12-15 20:41:30 +00:00
Rachael Sewell
45f1a41e79 prerender graphql mutations page (#23757) 2021-12-15 12:28:39 -08:00
Robert Sese
dc4ca1c1e4 Merge branch 'main' into repo-sync 2021-12-15 13:02:18 -06:00
Vanessa
e34ad142e5 Update GitHub Connect connection data (#23562) 2021-12-15 15:56:54 +00:00
Peter Bengtsson
f3ce35f943 cleaning up trailing slash redirects (part 7) (#23699) 2021-12-15 08:28:39 +00:00
SIkebe
b2f2d3ee6d Merge branch 'main' into patch-3 2021-12-15 17:16:51 +09:00
Rachael Sewell
daafb8cb9d break up large rest pages (#23652) 2021-12-14 20:39:25 +00:00
Laura Coursen
61d3748684 Explain the relationship between different account types (#23339) 2021-12-14 12:33:22 -06:00
Brandyn Phelps
b29e5ac367 Fix a second place that needed to update dependency-graph settings for 3.1 (#23656)
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
2021-12-14 18:07:28 +00:00
Peter Bengtsson
a13915ec89 cleaning up trailing slash redirects (part 6) (#23688) 2021-12-14 16:11:25 +00:00
mc
aad183a503 Merge branch 'main' into patch-3 2021-12-14 14:32:45 +00:00
Peter Bengtsson
baf19d135f correction of redirecting link in content 2021-12-14 09:24:03 -05:00
Peter Bengtsson
1ab4e2e08b cleaning up trailing slash redirects (part 5) (#23636) 2021-12-14 10:38:40 +00:00
Rob Thijssen
0735041978 example for self-hosted runners in the wild (#9015)
* example for self-hosted runners in the wild

there are probably no examples of self-hosted runners whose service name is `actions.runner.octo-org-octo-repo.runner01.service` outside of octo-org.

this change includes a command example that works in the wild.

* fixed more references

* fixed more references

* Update content/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners.md

* Update content/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners.md

* Update content/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners.md

* Update content/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners.md

* Update content/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners.md

* Update content/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners.md

Co-authored-by: hubwriter <hubwriter@github.com>
2021-12-14 09:41:09 +00:00
SIkebe
a9d639b1ce Remove duplicate section for internal repositories 2021-12-14 12:07:37 +09:00
Grey Baker
4cc88f5b9f Add secret scanning custom role permissions (#23493)
Co-authored-by: Sarita Iyer <66540150+saritai@users.noreply.github.com>
2021-12-13 22:21:27 +00:00
Casey Vega
cc78423f49 Update hardware-rec-table.md, add actions rec (#23638) 2021-12-13 11:12:11 -06:00
Laura Coursen
402cf49b41 Update versioning for SAML SSO (#23530) 2021-12-13 09:28:48 -06:00
Sarita Iyer
3517767990 Merge branch 'main' into sarita-brokenlink-12-10-21 2021-12-13 09:43:53 -05:00
Ramya Parimi
70047a7630 Merge branch 'main' into patch-2 2021-12-13 06:25:00 -06:00
Ramya Parimi
bb14aa16e8 Merge branch 'main' into patch-2 2021-12-13 06:08:07 -06:00
Pulkit Agarwal
7df4dba54b Update configuring-a-packages-access-control-and-visibility.md (#12242)
* Update configuring-a-packages-access-control-and-visibility.md

* Update content/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility.md

Co-authored-by: hubwriter <hubwriter@github.com>
2021-12-13 10:08:40 +00:00
Peter Bengtsson
64216114c0 cleaning up trailing slash redirects (part 4) (#23601) 2021-12-13 08:49:40 +00:00
Peter Bengtsson
f697835881 cleaning up trailing slash redirects (part 3) (#23570) 2021-12-11 03:10:36 +00:00
Ethan Palm
9e0d7de848 Fix redirect orphans (#23555)
* Remove self referential redirects

* remove redirect that should be visible

* Delete outdated article

* Readd redirect for deleted article

* Remove deleted article from index

* remove translations
2021-12-10 15:51:04 -08:00
Octomerger Bot
1785cf34af Merge branch 'main' into repo-sync 2021-12-10 17:23:31 -06:00
Cadu Ribeiro
9571ea21bb Change Enterprise Cloud docs to reflect the new 30 days trial (#23503) 2021-12-10 23:22:27 +00:00
Sarita Iyer
a6579a0311 fixed 2 broken links 2021-12-10 17:31:03 -05:00
Hrishikesh Kadam
dd2f6f1c1f Update metadata-syntax-for-github-actions.md
Edit hyperlink in step - `runs.steps[*].shell`
2021-12-10 21:41:41 +05:30
Feanil Patel
51d8e22040 Update small grammer error in understanding-github-actions.md 2021-12-10 10:30:41 -05:00
Ramya Parimi
426cf85cad Merge branch 'main' into patch-2 2021-12-10 07:16:39 -06:00
Peter Bengtsson
3f0bdfc629 cleaning up trailing slash redirects (part 2) (#23536) 2021-12-10 10:14:30 +00:00
Jean Bertrand
9a3f834d2e Update traversing-with-pagination.md 2021-12-10 09:08:25 +01:00
Jean Bertrand
cfc9cda2b3 Fix link to pagination doc 2021-12-09 18:42:17 +01:00
Peter Bengtsson
b6bd7d8e36 cleaning up trailing slash redirects (#23453)
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
2021-12-09 17:23:54 +00:00
jmarlena
cf8964ad73 "Create lists" public beta (#23466)
* First wave of content

* Revise first draft

* Smoother intro

* Add images

* Fundamentals

* Trigger new build

* Apply suggestions from code review

Co-authored-by: Steve Guntrip <12534592+stevecat@users.noreply.github.com>

* Apply suggestions from code review

* Apply suggestions from code review

* Add new image

* More context on searching for the complexity of the UI

* UI update

* Add public beta note

Co-authored-by: “jmarlena” <“jmarlena@github.com”>
Co-authored-by: Steve Guntrip <12534592+stevecat@users.noreply.github.com>
2021-12-09 09:07:36 -08:00
Patrick Thomson
49882bb8d8 Document precise and search-based code navigation strategies. (#23177) 2021-12-09 16:41:49 +00:00
Peter Bengtsson
0035e14e3b one fast link checker to rule them all (#23041)
* one fast link checker to rule them all

* -L alias

* refactor

* hacking away

* passing pages

* adding a workflow

* limit level to critical

* ability to pass a specific set of files

* testing specific files

* remove temporary debugging

* reorganize the printing

* formatting of output

* check images too

* prettyFullPath()

* minimal permission on workflow

* update comment

* new permission

* fix actions shas
2021-12-09 08:56:07 +00:00
Junko Suzuki
31b1bd2fbc Update exporting-migration-data-from-githubcom.md 2021-12-09 08:49:06 +00:00
Vanessa
626164f4de Merge branch 'main' into patch-2 2021-12-09 11:04:54 +10:00