Kathy Simpson
fc987add93
resize image
2020-10-05 17:07:52 -07:00
Zeke Sikelianos
b22914db59
Upgrade to Node.js 14 ( #15822 )
...
* set engines.node to >=12
* set engines.node to >=12
* Update node-versions.md
* update Node.js version in Actions workflows
* Update .node-version
* Update references to Node.js version from 12 to 14
* Update Dockerfile to use Node.js 14
* set engines.node to safe "12 - 14" range
2020-10-05 17:02:55 -07:00
Kathy Simpson
dd26577fc5
Update CONTRIBUTING.md
2020-10-05 16:49:10 -07:00
Kathy Simpson
9f62787550
Update CONTRIBUTING.md
2020-10-05 16:47:08 -07:00
Kathy Simpson
1a119bcacb
Update CONTRIBUTING.md
2020-10-05 16:40:32 -07:00
Kathy Simpson
6a2649593d
Update README.md
2020-10-05 16:26:19 -07:00
Kathy Simpson
a1b789d1a6
updating onboarding flow
2020-10-05 16:21:26 -07:00
skedwards88
43237e70ef
fix formatting of examples under Installing a Package section
2020-10-05 16:08:24 -07:00
Kathy Simpson
290b8a6868
Create make-contribution.gif
2020-10-05 15:54:44 -07:00
Kathy Simpson
eabd90c7cf
Update contribution_cta.png
2020-10-05 15:33:56 -07:00
Kathy Simpson
a099154c84
Create contribution_cta.png
2020-10-05 15:31:22 -07:00
Kathy Simpson
31d8bb87fe
Update README.md
2020-10-05 15:31:14 -07:00
Kathy Simpson
0d2f26080c
Update CONTRIBUTING.md
2020-10-05 15:17:21 -07:00
Kathy Simpson
a3a3d17d50
Delete getting-started-with-git.md
2020-10-05 15:17:15 -07:00
Kathy Simpson
c258e8a475
Update README.md
2020-10-05 14:44:29 -07:00
Kathy Simpson
325158b35a
Update CONTRIBUTING.md
2020-10-05 14:23:50 -07:00
Kathy Simpson
1845282519
Update CONTRIBUTING.md
2020-10-05 14:19:06 -07:00
Octomerger Bot
6f5edb73ad
Merge pull request #15899 from github/repo-sync
...
repo sync
2020-10-05 14:10:01 -07:00
Kathy Simpson
904ae88cd7
Create getting-started-with-git.md
2020-10-05 14:08:59 -07:00
Kathy Simpson
b53d808296
Update CONTRIBUTING.md
2020-10-05 14:08:49 -07:00
Rachael Sewell
f29279f7fb
restructure guide to new location
2020-10-05 13:55:50 -07:00
Octomerger Bot
8602fb25c3
Merge pull request #110 from github/repo-sync
...
repo sync
2020-10-05 13:54:52 -07:00
Rachael Sewell
0cff52c79e
update to latest reusable syntax
2020-10-05 13:47:12 -07:00
Rachael Sewell
a03a8f162c
update to latest versioning syntax
2020-10-05 13:45:08 -07:00
Ahmed Bilal
729fc74a2c
Adding gitlab migration guide
2020-10-05 13:41:53 -07:00
Sarah Edwards
e4daaf7fa3
Merge pull request #15893 from github/issue-6231
...
Issue #6231--delete unsupported endpoint
2020-10-05 13:37:19 -07:00
Sarah Edwards
f5cc0f6104
Merge branch 'main' into issue-6231
2020-10-05 13:22:35 -07:00
skedwards88
70661265bc
fix formatting of gradle example
2020-10-05 13:00:39 -07:00
Octomerger Bot
f712684fce
Merge pull request #109 from github/repo-sync
...
repo sync
2020-10-05 12:15:58 -07:00
Octomerger Bot
eed5c3d8cd
Merge pull request #15895 from github/repo-sync
...
repo sync
2020-10-05 11:57:02 -07:00
Octomerger Bot
f8453edeac
Branch was updated using the 'autoupdate branch' Actions workflow.
2020-10-05 11:51:13 -07:00
Jenn DeForest
fa0789de88
Update github-subprocessors-and-cookies.md ( #15892 )
...
Update github-subprocessors-and-cookies.md
2020-10-05 11:50:33 -07:00
Octomerger Bot
d8264012c5
Merge pull request #108 from github/repo-sync
...
repo sync
2020-10-05 11:37:12 -07:00
Octomerger Bot
63cd2408fb
Merge pull request #15894 from github/repo-sync
...
repo sync
2020-10-05 11:25:15 -07:00
Octomerger Bot
8ffc7dfe87
Branch was updated using the 'autoupdate branch' Actions workflow.
2020-10-05 11:17:22 -07:00
Daniel Compton
e1eff95649
Correct spelling of jobs.<job_id>.outputs ( #15881 )
2020-10-05 19:16:50 +01:00
Octomerger Bot
cc9814d806
Merge pull request #107 from github/repo-sync
...
repo sync
2020-10-05 11:16:36 -07:00
skedwards88
10fd954b46
delete unsupported endpoint
2020-10-05 10:54:36 -07:00
Zeke Sikelianos
716d974faf
test for allowed Actions ( #15850 )
...
* test for allowed actions
* lint
* empty commit
2020-10-05 10:54:16 -07:00
Octomerger Bot
1fdf49e88a
Merge pull request #106 from github/repo-sync
...
repo sync
2020-10-05 10:16:36 -07:00
Jenn DeForest
b15019ea2d
Update github-subprocessors-and-cookies.md ( #15891 )
...
@github/docs-content it looks like the text didn't render correctly here. Can this change please be made? 🙏
https://github.com/github/docs-content/issues/2688
2020-10-05 17:51:07 +01:00
Chiedo John
89e546ffd1
Make Rate Limiter Aggressive on statuses > 400 ( #15888 )
...
Make Rate Limiter Aggressive on statuses > 400
This is based on the hypothesis that the Node
application shouldn't be getting hit with a large number of requests in
general thanks to Fastly and certainly shouldn't be getting hit with a
large number of requests that have status codes greater than 400 unless
a user or bot is trying to guess random URLs and as a result. For
example, see this IP address that caused some site issues on October 3
Co-authored-by: Chiedo <chiedo@users.noreply.github.com >
Co-authored-by: Jason Etcovitch <jasonetco@github.com >
2020-10-05 10:36:13 -04:00
Octomerger Bot
8788076865
Merge pull request #15885 from github/repo-sync
...
repo sync
2020-10-05 04:53:49 -07:00
Octomerger Bot
d240da919b
Merge pull request #105 from github/repo-sync
...
repo sync
2020-10-05 04:40:31 -07:00
Chris Gavin
6847383d6e
Fix a copy-and-paste mistake in the help for the Actions workflow error message command. ( #15883 )
2020-10-05 12:29:25 +01:00
Octomerger Bot
5a4a223181
Merge pull request #104 from github/repo-sync
...
repo sync
2020-10-05 03:56:18 -07:00
Jenn DeForest
ae71ec4755
Cookie updates october 2020 ( #15871 )
...
* Update github-privacy-statement.md
Update cookies section of our privacy statement to align with cookie page updates.
* Update github-subprocessors-and-cookies.md
Updates to align with cookie banner
* Update github-subprocessors-and-cookies.md
* Update github-subprocessors-and-cookies.md
* Update github-subprocessors-and-cookies.md
* Update github-subprocessors-and-cookies.md
* Update github-subprocessors-and-cookies.md
* Update github-privacy-statement.md
* Update content/github/site-policy/github-subprocessors-and-cookies.md
Co-authored-by: Mike Linksvayer <mlinksva@github.com >
* Update github-privacy-statement.md
* Update github-subprocessors-and-cookies.md
* Fix link syntax
Co-authored-by: Mike Linksvayer <mlinksva@github.com >
Co-authored-by: Melanie Yarbrough <11952755+myarb@users.noreply.github.com >
Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com >
2020-10-05 11:37:25 +01:00
Octomerger Bot
f9b59086a7
Merge pull request #15876 from github/repo-sync
...
repo sync
2020-10-05 01:54:27 -07:00
Octomerger Bot
31d848691d
Merge pull request #103 from github/repo-sync
...
repo sync
2020-10-05 01:36:49 -07:00
Abby Vollmer
26c3cd3fe3
Update github-enterprise-service-level-agreement.md ( #15804 )
...
Update github-enterprise-service-level-agreement.md
2020-10-05 01:22:49 -07:00