1
0
mirror of synced 2026-01-08 21:02:10 -05:00
Commit Graph

966 Commits

Author SHA1 Message Date
Ghassen Rjab
1acaa20bc8 Fix tags of "Publishing Node.js packages" 2020-10-25 05:59:32 +01:00
James M. Greene
0d0e351853 Merge pull request #774 from github/repo-sync
Manual repo sync to fix the Actions error
2020-10-24 00:37:05 -05:00
James M. Greene
ff4aeab60e Merge branch 'main' into repo-sync 2020-10-24 00:32:53 -05:00
James M. Greene
137d168acf Update to latest repo-sync/pull-request to fix bash error (#16203) 2020-10-23 23:53:28 -05:00
Janice
269114b282 Merge pull request #233 from d-c-d/patch-1
update master to main
2020-10-23 16:23:47 -07:00
Janice
9e085c13a4 Merge branch 'main' into patch-1 2020-10-23 16:13:16 -07:00
Janice
b8ae9903aa Update content/github/collaborating-with-issues-and-pull-requests/syncing-a-fork.md
Co-authored-by: Alex Mullans <infin8x@github.com>
2020-10-23 16:12:06 -07:00
Janice
9687aa359b Merge pull request #712 from dtinth/patch-2
Fix typo in link to “Identifying users on your site” section
2020-10-23 15:40:05 -07:00
Janice
309b9257b2 Merge branch 'main' into patch-2 2020-10-23 15:26:58 -07:00
Janice
f7676a0ec7 Merge pull request #688 from tnir/dmca-typos-in-site-policy
Fix typos for Digital Millennium Copyright Act
2020-10-23 15:10:14 -07:00
Janice
2ab2b931ca Merge branch 'main' into dmca-typos-in-site-policy 2020-10-23 15:01:23 -07:00
Janice
3529fe2372 Merge pull request #687 from tnir/typos-in-working-with-github-pages
Fix typos in GitHub Pages around Jekyll
2020-10-23 15:00:58 -07:00
Janice
78875dfc0c Merge branch 'main' into typos-in-working-with-github-pages 2020-10-23 14:43:03 -07:00
Sarah Schneider
e122f8c706 give link checker access to enterpriseServerVersions (#16198)
Co-authored-by: James M. Greene <JamesMGreene@github.com>
2020-10-23 16:19:28 -05:00
Octomerger Bot
2eeff71714 repo sync 2020-10-23 14:11:04 -07:00
James M. Greene
aea1912d7b Repo Sync updates (#16162)
* Update to latest repo-sync/pull-request Action

https://github.com/repo-sync/pull-request/pull/38

* Be more specific about the base branch when finding the PR

* Further customize the Slack notification upon failure

* Move repo freeze checks into a separate job to avoid Slack notifications every 15 minutes during freezes

* Add new workflow to remind us about deployment freezes preventing repo-sync once per day
2020-10-23 16:04:39 -05:00
Octomerger Bot
d87ac235c4 repo sync 2020-10-23 10:12:00 -07:00
Kevin Heis
09cb922a3a Record copy event (#16177)
* Record copy event

* Update events.js

* Update javascripts/events.js

Co-authored-by: James M. Greene <JamesMGreene@github.com>

* Update events.js

Co-authored-by: James M. Greene <JamesMGreene@github.com>
2020-10-23 09:53:36 -07:00
Octomerger Bot
537e7e3e9e repo sync 2020-10-23 09:52:15 -07:00
Octomerger Bot
53eae619fd repo sync 2020-10-23 09:49:21 -07:00
Kevin Heis
3daacd9a6b Add new schemas for redirect, copy, print (#16175)
* Add new schemas for redirect, copy, print

* Update schema-event.js

* Update events.js

* Copy -> Clipboard

* Update events.js
2020-10-23 09:31:58 -07:00
Octomerger Bot
641d1acafe repo sync 2020-10-23 08:39:12 -07:00
Sarah Schneider
095410dcb0 Throw error on mismatched versioning (#16191)
* throw an error if a page is available in a version that its parent product is not available in

* add tests

* fix one Insights content file versioned for FPT when Insights is only available in GHES currently
2020-10-23 11:13:05 -04:00
Octomerger Bot
8d4e30f608 repo sync 2020-10-23 07:30:54 -07:00
Octomerger Bot
9f38de4e38 repo sync 2020-10-23 07:17:59 -07:00
mc
6fe121dcf4 add short title to article (#16190) 2020-10-23 14:48:24 +01:00
Octomerger Bot
826fa856d7 repo sync 2020-10-23 04:39:48 -07:00
Octomerger Bot
1a7efbfb9e repo sync 2020-10-23 04:35:56 -07:00
Felicity Chapman
0bccf587c6 Merge pull request #252 from github/mwiesen-failover-cleanup
Add optional cleanup step after failover to HA replica
2020-10-23 12:18:31 +01:00
Felicity Chapman
b209e4187c Merge branch 'main' into mwiesen-failover-cleanup 2020-10-23 12:08:35 +01:00
Matthias Wiesen
9d8f2b86af Update content/admin/enterprise-management/initiating-a-failover-to-your-replica-appliance.md
Co-authored-by: Felicity Chapman <felicitymay@github.com>
2020-10-23 13:05:13 +02:00
Octomerger Bot
4a87bd8f6a repo sync 2020-10-23 04:04:52 -07:00
Octomerger Bot
33c4f3c454 repo sync 2020-10-23 03:56:52 -07:00
mc
53f8234b4e Reducing noise from notifications for Dependabot/security alerts (#16088)
* first stab

* fix issues with liquid tags

* applied a few fixes and improvements

* rewrite options

* rewrite for GHES 2.21

* fix liquid versioning (again)

* I love liquid tags

* swap paragraphs for GHES 2.21

* add link to new article in 2 existing articles

* started major rework to avoid info duplication

* part of the reorg work

* starting the major reorg

* fix syntax

* rework Configuring notifications article

* reorganizing again

* more reorg

* add new reusable

* fix typo

* add correct variable

* link to correct article for GHES < 2.21

* Update content/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies.md

Co-authored-by: Alex Mullans <infin8x@github.com>

* Apply suggestions from code review

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

* Update data/reusables/notifications/vulnerable-dependency-notification-options-detailed.md

Co-authored-by: Maya Kaczorowski <15946341+mayakacz@users.noreply.github.com>

* fix typo reported in #16036

* address comments from code review

* yet another commit

* polishing

* Update content/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies.md

Co-authored-by: Maya Kaczorowski <15946341+mayakacz@users.noreply.github.com>

* use variables

* address more comments

* add condition to link as linked article is free-pro-team only

* fix condition

* remove reusable that had duplicated content

* remove incorrect info

* fix issue in GHES article

* added shortTitle

* Apply suggestions from code review

Co-authored-by: Maya Kaczorowski <15946341+mayakacz@users.noreply.github.com>

* reword for clarity

* add more detail

Co-authored-by: Alex Mullans <infin8x@github.com>
Co-authored-by: Felicity Chapman <felicitymay@github.com>
Co-authored-by: Maya Kaczorowski <15946341+mayakacz@users.noreply.github.com>
2020-10-23 11:40:38 +01:00
Octomerger Bot
5cf2a3f064 repo sync 2020-10-23 02:39:36 -07:00
Octomerger Bot
43061b0044 repo sync 2020-10-23 02:16:49 -07:00
Octomerger Bot
f55d2c56ba Branch was updated using the 'autoupdate branch' Actions workflow. 2020-10-23 02:09:19 -07:00
Shati Patel
40ee6cff88 Fix links 2020-10-23 10:08:46 +01:00
Shati Patel
233ee4ef95 Merge pull request #587 from krishnadevz/patch-2
added Git Handbook link to further reading section
2020-10-23 09:52:37 +01:00
Shati Patel
ccc23b8b3f Merge branch 'main' into patch-2 2020-10-23 09:41:57 +01:00
Octomerger Bot
14b9fd80cb repo sync 2020-10-23 01:41:02 -07:00
Shati Patel
7763a48974 Merge branch 'main' into patch-2 2020-10-23 09:34:17 +01:00
lesleyanneb
ac15999aa1 Update tracking-progress-on-your-project-board documentation (#16145)
* Update tracking-progress-on-your-project-board.md

* Update tracking-progress-on-your-project-board.md

* Update for default project board tracking behaviour

Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>
2020-10-23 09:30:01 +01:00
Octomerger Bot
f869ff239b repo sync 2020-10-22 23:51:13 -07:00
Octomerger Bot
e6e51b5bb4 repo sync 2020-10-22 23:42:09 -07:00
Martin Lopes
ac93257463 [Oct 23] Add audit log documentation for GitHub Actions (#16129)
* Adds initial draft

* Updated screenshot, split large table into multiple smaller tables

* Reordered entries in reference table

* Update security-hardening-for-github-actions.md

* Removed table versioning

* Fixed versioning

* Fixed repo table versioning

* Fix table versioning

* Apply suggestions from code review

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

* Added link

Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2020-10-23 16:11:40 +10:00
Octomerger Bot
76cffb27f9 repo sync 2020-10-22 15:56:01 -07:00
Kevin Heis
8940279c82 Remove Google Analytics (#16158) 2020-10-22 15:41:46 -07:00
Octomerger Bot
a18dc57ba1 repo sync 2020-10-22 15:38:42 -07:00
Octomerger Bot
cfb498e4c7 repo sync 2020-10-22 15:32:51 -07:00