1
0
mirror of synced 2025-12-23 11:54:18 -05:00
Commit Graph

13110 Commits

Author SHA1 Message Date
Chiedo John
08f2fa249f Merge pull request #1115 from nschonni/flatten-skip-duplicate-jobs
chore: flatten ifs for fkirc/skip-duplicate-actions
2020-11-09 10:01:53 -05:00
Chiedo John
5e72aa14a2 Merge branch 'main' into flatten-skip-duplicate-jobs 2020-11-09 09:54:49 -05:00
pr0PM
5cf26cce83 Changed the term master to main (#722)
* Changed the the term master to main

Since we are updating it everywhere :)

* Updates from the review

Added description for master along with main, since master is still the default on git itself.

* Force tests to rerun

* Fix over-indentation

* Force test to run again

Co-authored-by: hubwriter <hubwriter@github.com>
2020-11-09 10:25:20 +00:00
Jamie Cansdale
a73479193b Make spacing of ":" consistent with "publishConfig" 2020-11-09 09:51:06 +00:00
Octomerger Bot
8a9128544a repo sync 2020-11-08 21:30:41 -08:00
Rachael Sewell
c82ef7e614 fix version for actions rest api section (#16395)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2020-11-09 05:07:36 +00:00
Nathan Perry
fb07a83649 SSH file to "id_ed25519.pub"
It looks like the filename was changed in the "generating a new ssh key" document, and I figure this should be updated as well.
2020-11-08 22:10:21 -05:00
Octomerger Bot
58f040a4cf repo sync 2020-11-08 18:11:42 -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
Octomerger Bot
a4cdff3b8b repo sync 2020-11-08 17:48:15 -08:00
Lucas Costi
4a24bf1a26 Bump rest-api-operations for docs#410 (#16397) 2020-11-09 11:26:30 +10:00
Olivier Jacques
5d20e7b0a2 Remove Codespaces screenshot 2020-11-09 00:16:24 +01:00
dianalogan
58f028e62d Read to write statement swap to address #644
Swapped the reusable statement to address https://github.com/github/docs/issues/644
2020-11-08 16:47:49 +00:00
HonkingGoose
a065b67bff Add entry to table "create, edit, delete labels" 2020-11-08 15:23:09 +01:00
Stephen Wade
f517341e96 Correct spelling of "OAuth" in example 2020-11-06 23:40:28 -05:00
Steve Piercy
3d58758531 Minor grammar correction 2020-11-06 18:00:00 -08:00
Varun Sridharan
75f8cb820a Update workflow-syntax-for-github-actions.md 2020-11-07 07:07:42 +05:30
Octomerger Bot
77b5e89a53 repo sync 2020-11-06 14:49:20 -08:00
Octomerger Bot
991c00535d repo sync 2020-11-06 14:35:18 -08:00
Octomerger Bot
930875c73b Branch was updated using the 'autoupdate branch' Actions workflow. 2020-11-06 14:29:28 -08:00
Meg Bird
3e78db7379 Merge pull request #1114 from github/briceholland-ghae-review
GHAE Enterprise Support Page updates
2020-11-06 15:29:04 -07:00
Brice
930cbe1829 Merge branch 'main' into briceholland-ghae-review 2020-11-06 14:13:44 -08:00
Janice
ceb4efe092 Merge pull request #1102 from lfades/patch-1
Grammar fix
2020-11-06 14:17:48 -07:00
Sarah Schneider
cf82c63698 Script to create webhook payload files for a new version (#16393)
* new script to create webhook payload files for new version

* version does not have to be a GHES version

* remove newline
2020-11-06 16:15:05 -05:00
Janice
80532c43bf Merge branch 'main' into patch-1 2020-11-06 14:08:13 -07:00
Nick Schonning
d9d17364e3 chore: flatten ifs for fkirc/skip-duplicate-actions 2020-11-06 15:39:03 -05:00
Octomerger Bot
ccebc21eda repo sync 2020-11-06 12:36:11 -08:00
Octomerger Bot
a6f976cc69 repo sync 2020-11-06 12:28:35 -08:00
Janice
ae1ecc5dbe Merge pull request #1078 from HonkingGoose/patch-1
Add missing % at the end of a template example
2020-11-06 13:07:02 -07:00
Janice
1859650e56 Merge branch 'main' into patch-1 2020-11-06 12:46:33 -07:00
Octomerger Bot
2794aebd67 repo sync 2020-11-06 11:33:22 -08:00
Octomerger Bot
23bf24f3b0 repo sync 2020-11-06 11:26:47 -08:00
Sarah Schneider
dfb29cfb59 Remove no longer needed middleware (#16384)
* remove no longer needed middleware

* remove accompanying test
2020-11-06 14:14:28 -05:00
Octomerger Bot
72550a9342 repo sync 2020-11-06 11:09:21 -08:00
Sarah Schneider
26e00904ea add some error handling around common issues (#16387) 2020-11-06 13:51:25 -05:00
Tyler Sustare
dccecb4461 Change id_rsa.pub to id_ed25519.pub
The https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent tutorial defaults to using `ed25519` via `$ ssh-keygen -t ed25519 -C "your_email@example.com"`however this page still tells the user to copy the content of the `id_rsa.pub` file.
2020-11-06 10:50:38 -08:00
Jamie Cansdale
c3616f2817 Update content/packages/using-github-packages-with-your-projects-ecosystem/configuring-npm-for-use-with-github-packages.md 2020-11-06 17:56:48 +00:00
Octomerger Bot
88cb8cbb31 repo sync 2020-11-06 09:50:45 -08:00
Octomerger Bot
c39f6246f4 repo sync 2020-11-06 09:41:58 -08:00
Chiedo John
346b1b0a68 Merge pull request #914 from nschonni/set-test-timeout
chore: Set timeout of 60 minutes for test job
2020-11-06 12:21:28 -05:00
Nick Schonning
bf478c15dd chore: Set timeout of 60 minutes for test job 2020-11-06 11:55:06 -05:00
Octomerger Bot
886a21bcf6 repo sync 2020-11-06 08:49:54 -08:00
kerem
30bc62edb7 Change SSH key generation instructions to use the Ed25519 algorithm (#940)
* Monitoring cluster nodes page changes

* ed25519 changes in

Co-authored-by: hubwriter <hubwriter@github.com>
2020-11-06 16:34:12 +00:00
Octomerger Bot
6e426760d1 repo sync 2020-11-06 07:09:56 -08:00
Jamie Cansdale
514ec66bf2 Simplify repository element to use https URL 2020-11-06 14:54:57 +00:00
Octomerger Bot
65b5085319 repo sync 2020-11-06 06:51:13 -08:00
Chiedo John
4a5fddd471 Merge pull request #1032 from nschonni/editorconfig
chore: Add EditorConfig for IDE whitespace
2020-11-06 09:34:04 -05:00
Octomerger Bot
879fd276cd repo sync 2020-11-06 06:31:39 -08:00
Chiedo John
18a55c1c07 Merge branch 'main' into editorconfig 2020-11-06 09:19:07 -05:00
Chiedo John
696c08489f Merge pull request #1065 from nschonni/checkout-2.3.4
chore: Update actions/checkout to v2.3.4
2020-11-06 09:12:24 -05:00