1
0
mirror of synced 2025-12-26 14:02:45 -05:00
Commit Graph

95 Commits

Author SHA1 Message Date
Kevin Heis
11d8e415da Check repository references (#16680)
* Check repository references

* Remove "foundRepoNames" that I used to find all the unique names

* A little speed up with Set

* Ignore a few files

* Remove remaining references

* Update README.md
2020-12-03 16:41:03 +00:00
Lucas Costi
eb1556d78e Fix Actions link to community support category (#16733) 2020-12-03 11:45:01 +10:00
Laura Coursen
69634f3b5d Merge branch 'main' into registry-specific-path 2020-12-02 14:27:16 -06:00
hubwriter
c4914d70df Dependabot private repo support (#16458)
* Update topics for Dependabot private repo support

* Fix typo

* Undo VS Code's auto-numbering

* Fix broken anchor

* Update content/github/administering-a-repository/configuration-options-for-dependency-updates.md

Co-authored-by: James Fletcher <42464962+jf205@users.noreply.github.com>

* Update content/github/managing-security-vulnerabilities/troubleshooting-dependabot-errors.md

Co-authored-by: James Fletcher <42464962+jf205@users.noreply.github.com>

* Update content/github/setting-up-and-managing-organizations-and-teams/managing-security-and-analysis-settings-for-your-organization.md

Co-authored-by: James Fletcher <42464962+jf205@users.noreply.github.com>

* Updated to put supported package managers in table

Alex suggested moving this information about which package managers
are not supported (bundler, hex, pip) into the table on the About
topic, rather than as text in the note box. This changes does that,
adding a new row to the table for hex (as discussed with Alex).

* Remove redundant image

Review comment asked for the line about filtering repos to be removed.
With that line gone there's no point showing the s/shot of a
filtered list.

* Updates for revised UI

As per comments from @thepwagner

* Make changes requested by Maya

Co-authored-by: James Fletcher <42464962+jf205@users.noreply.github.com>
Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>
2020-12-02 13:49:49 -05:00
Octomerger Bot
87fb2ceae2 repo sync (#16715)
* Improve documentation issue no #1034

Done with the minor fixes for open issue number #1034 .

* Increasing the importance

I wanted to delete a branch, but I couldn't in spite of reading this document. The problem was, the branch I wanted to delete was the default branch. 
Even though it is stated in this document, it was not given enough importance that everyone would see it.

* typo

A small type in the comments

* Update setting-up-your-development-environment-to-create-a-github-app.md

Fix two small typos.

* properly capitalize "macOS"

* Clarify GH password requirements

* Change " to `

As done in the description of `master`

* " to ` in DE

* " to ` in PT

* " to ` in RU

* Fix typo metadata-syntax-for-github-actions.md

Fix typo for metadata-syntax-for-github-actions#outputs-for-composite-run-steps-actions

* chore: Remove bolding from headings

* Removed deprecated echo set-env instruction

* fix typo (#1516)

Co-authored-by: hubwriter <hubwriter@github.com>

* Remove extraneous grammar period which breaks the compare URL (#1252)

* Remove extraneous grammar period which breaks the compare URL

* Update data/reusables/repositories/two-dot-diff-comparison-example-urls.md

Co-authored-by: Nick Schonning <nschonni@gmail.com>

Co-authored-by: Nick Schonning <nschonni@gmail.com>
Co-authored-by: hubwriter <hubwriter@github.com>

* Revert "" to ` in RU"

This reverts commit d484fd6ef5.

* Revert "" to ` in PT"

This reverts commit fab62f05be.

* Revert "" to ` in DE"

This reverts commit 78abcd6f7a.

* Change md

This squashes all the translation commits and their deletion.

* Update content/github/collaborating-with-issues-and-pull-requests/creating-and-deleting-branches-within-your-repository.md

Co-authored-by: Felicity Chapman <felicitymay@github.com>

Co-authored-by: Atharva Shirdhankar <72031540+StarTrooper08@users.noreply.github.com>
Co-authored-by: Aakarsh B <aakarshbiju@gmail.com>
Co-authored-by: Aritra Roy Gosthipaty <aritra.born2fly@gmail.com>
Co-authored-by: Guilherme Macedo <guilherme@gmacedo.com>
Co-authored-by: Stephen Wade <stephen@stephenwade.me>
Co-authored-by: Shao Yang Hong <hongsy2006@gmail.com>
Co-authored-by: a2br <62328077+a2br@users.noreply.github.com>
Co-authored-by: Cas van Dinter <casvd@hotmail.com>
Co-authored-by: Nick Schonning <nschonni@gmail.com>
Co-authored-by: Antoine Rondelet <rondelet.antoine@gmail.com>
Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>
Co-authored-by: Meg Bird <megbird@github.com>
Co-authored-by: ねず <39144575+wonda-tea-coffee@users.noreply.github.com>
Co-authored-by: hubwriter <hubwriter@github.com>
Co-authored-by: Ilia <ilia@wearebond.com>
Co-authored-by: a2br <a2br@users.noreply.github.com>
Co-authored-by: Felicity Chapman <felicitymay@github.com>
Co-authored-by: Jason Etcovitch <jasonetco@github.com>
2020-12-02 16:03:35 +00:00
hubwriter
17444b74bd Clarify how to exclude files from code scanning analysis (#16658)
* Clarify how to exclude files from analysis

* Update content/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning.md

Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>

* Update content/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning.md

Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>

* Update content/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning.md

Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>

Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>
2020-11-27 14:19:49 +00:00
Jamie Cansdale
5c2ef0fa4c Don't specify registry specific path 2020-11-25 11:45:55 +00:00
Jason Etcovitch
1ec8c35e34 Refactor indented_data_reference to use Liquid internals (#16623)
* Refactor indented-data-reference

* Add spacing around referenced reusables

* Update expected test output

* Fail silently with empty valuer
2020-11-24 16:50:20 -05:00
Sarah Schneider
e5c8cfd2b5 Merge branch 'main' of github.com:github/docs-internal into tweak-script-that-updates-developer-links 2020-11-24 13:31:22 -05:00
Sarah Schneider
99d514617a Merge branch 'main' of github.com:github/docs-internal into tweak-script-that-updates-developer-links 2020-11-24 13:03:20 -05:00
Sarah Schneider
c5b8bc222f Merge branch 'main' into find-page-in-version-redux 2020-11-24 13:02:46 -05:00
Martin Lopes
c9293f4f90 Travis migration: Add new section "Using environment variables in a matrix" (#16606)
* Added new section "Using environment variables in a matrix"

* Small fixes

* Moved example into reusable

* Apply suggestions from code review

Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>

Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2020-11-24 16:59:31 +10:00
Jamie Cansdale
20a84e967c Remove note about package immutability (#1193)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2020-11-24 11:52:39 +10:00
Sarah Schneider
26b9459048 Merge branch 'main' of github.com:github/docs-internal into find-page-in-version-redux 2020-11-23 12:14:45 -05:00
Sarah Schneider
0b6d024d25 ran the modified script/content-migrations/update-developer-site-links.js 2020-11-23 12:01:14 -05:00
Shati Patel
27d2502361 Merge branch 'main' into patch-1 2020-11-20 19:39:25 +00:00
Matt Pollard
a05a363223 [GHAE] Correct information about public repositories in Core content about GitHub AE (#16304) 2020-11-20 13:01:43 +01:00
mc
e8322c8337 [Ready to ship, week of Nov 16] Granular notification controls (public beta) (#16383)
* made a start on updating content

* more updates and added beta note

* update one more file

* polishing

* more polishing

* fix variable

* fix typo

* address review comments

* polish

* remove another occurence of watching

* Update content/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions.md

Co-authored-by: Felicity Chapman <felicitymay@github.com>

* add link to guidance on triage workflows

* add intrductory sentence

* polish

* address feedback from Emily

* reword headings

Co-authored-by: Felicity Chapman <felicitymay@github.com>
2020-11-20 09:03:36 +00:00
Matt Pollard
d14970bfce Revise resource recommendations for GitHub Enterprise Server 2.22 beta features (#16535) 2020-11-20 09:23:33 +01:00
Lucas Costi
4a06934246 Update procedures for self-hosted runner groups and public repositories (#16533)
Co-authored-by: Martin Lopes <54248166+martin389@users.noreply.github.com>
2020-11-20 14:16:28 +10:00
Sarah Schneider
d208a8951e Merge branch 'main' into find-page-in-version-redux 2020-11-18 16:49:46 -05:00
jmarlena
0dac557081 Add feature preview for container registry (#16424)
* Add new article with user account procedure

* Update reusables

* Add other prereq

* Add product variable

* Add a reminder reusable for getting started procedures

* Revise organization article

* Condense enabling articles into one

* Deets

* Delete old article

* wording tweak

* Minor tweak

* Add personal user account explanation

* Rework explanation

* Apply suggestions from code review

Co-authored-by: Kayla Ngan <kaylangan@github.com>

* Apply suggestions from code review

Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Kayla Ngan <kaylangan@github.com>

* Update screenshot and remove other feature previews

* Create a reusable for accessing the feature preview

* ✂️ per @lucascosti's suggestion

* Update images

* Update article title

* Apply suggestions from code review

Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Kayla Ngan <kaylangan@github.com>
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2020-11-16 14:54:32 -08:00
jmarlena
45398e709c Password authentication and OAuth Authorizations API deprecation (#16375)
* Version password examples for GHES only

* Remove unnecessary note

* Versioned deprecation reusable for GHES only?

* Update troubleshooting article

* Version OAuthorizations REST API page for enterprise-only

* Remove deprecations reusable

* Add tentative note

* Rework two-factor authentication sections

* Fix double redirect reference

* versioning tweak

* Versioning tweaks

* adding back the endifs

* random link reformatting

* OAuth Authorization API versioned for 2.22

* /

* Fix internal docs links

* remove static redirect for dotcom

* Try deleting redirect

* Apply @martin389's suggested changes

Co-authored-by: Martin Lopes <54248166+martin389@users.noreply.github.com>

* Remove best practice assumptions

* Apply suggestions from code review

Co-authored-by: Martin Lopes <54248166+martin389@users.noreply.github.com>

* Add note

* restore redirects in content file and remove free-pro-team expected path from test fixture

* change note position

* handle path that was available on dotcom in developer site but is now GHES only

Co-authored-by: Martin Lopes <54248166+martin389@users.noreply.github.com>
Co-authored-by: Sarah Schneider <sarahs@github.com>
2020-11-13 11:01:17 -08:00
Martin Lopes
5555a01405 [Nov 4] Adds updates to Interaction Limits API (#16290)
Co-authored-by: skedwards88 <skedwards88@github.com>
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2020-11-12 18:05:51 -08:00
Sarah Schneider
ae0aabf636 update links (recreate https://github.com/github/docs-internal/pull/15486) 2020-11-12 13:31:47 -05:00
Octomerger Bot
23b38c2b79 Branch was updated using the 'autoupdate branch' Actions workflow. 2020-11-10 09:05:47 -08:00
Mark Phelps
9569b16fc3 Update docs around what image formats are supported by GHCR (#806) 2020-11-10 08:30:07 -08:00
mc
1cb3c52492 Secret scanning - update beta note & add product callout (#16414)
* add product callout

* update beta note

* add product callout to articles
2020-11-10 16:21:27 +00:00
Rachael Sewell
e5c6f373ef update lowercase note (#15126) 2020-11-09 14:30:00 -08:00
Lucas Costi
efe3b3b12b Fix 'Allow select actions' wording and description (#1112)
Co-authored-by: Simran <7819991+Simran-B@users.noreply.github.com>
2020-11-09 12:00:24 +10:00
Brice
f4675a9760 Update ghae-priorities.md 2020-11-05 18:22:34 -08:00
Laura Coursen
e93b3cdbe7 More powerful interaction limits 💪🏻 (#16335) 2020-11-05 07:17:59 -06:00
Guillaume BAECHLER
506e6c04d7 Update add-ssh-key-to-ssh-agent.md 2020-11-04 21:04:48 +01:00
Guillaume BAECHLER
2163e2cdd2 Update add-ssh-key-to-ssh-agent-commandline.md 2020-11-04 21:03:16 +01:00
Nick Schonning
7545e718d6 typo: vulerable -> vulnerable 2020-11-04 14:38:39 -05:00
Nick Schonning
9979002e8f typo: isnt -> isn't 2020-11-04 14:38:39 -05:00
Nick Schonning
54f6e3e690 typo: permissios -> permissions 2020-11-04 14:38:38 -05:00
Nick Schonning
7911eb107a typo: insatllation -> installation 2020-11-04 14:38:37 -05:00
Nick Schonning
496a8fc9d1 typo: positon -> position 2020-11-04 14:38:36 -05:00
Nick Schonning
dbcd19818a typo: subcriptions -> subscriptions 2020-11-04 14:38:36 -05:00
Nick Schonning
7ed4915b0e typo: occured -> occurred 2020-11-04 14:38:35 -05:00
Nick Schonning
beb216d82b typo: Contibutors -> Contributors 2020-11-04 14:38:33 -05:00
Felicity Chapman
ca81af5357 Merge branch 'main' into docs/897 2020-11-03 23:28:24 +00:00
HonkingGoose
4053a2cd0a Apply suggestions from code review
Co-authored-by: Felicity Chapman <felicitymay@github.com>
2020-11-03 21:09:51 +01:00
mc
f0f6f88d5a 2776 - Update Dependabot feature names in docs to reflect brand guide (#16291)
* update Dependabot variables

* update variables in docs

* update file names, titles and linked text

* fixing more anchors/links

* add redirects

* remove duplicate redirect from
2020-11-03 15:45:49 +00:00
HonkingGoose
23f12ccb55 Merge branch 'main' into docs/897 2020-11-03 12:43:14 +01:00
Laura Coursen
a3e1733aa1 GitHub AE (GHAE) (#16090) 2020-11-02 15:12:44 -06:00
HonkingGoose
5fe99a9b3c Create re-request-review reusable and use it in appropriate places 2020-10-31 12:17:57 +01:00
Felicity Chapman
c3a3163c05 Update information on Dependabot notifications (#16238) 2020-10-28 09:53:18 +00:00
Ben Emdon
2c908294ef Document the pull_requests array's behavior in the checks event (#15780) 2020-10-27 13:36:51 -07:00