1
0
mirror of synced 2026-01-06 06:02:35 -05:00
Commit Graph

101 Commits

Author SHA1 Message Date
Ramya Parimi
e1c60d3cab Merge branch 'main' into patch-2 2022-01-04 11:07:46 -06:00
hubwriter
0651660f33 Change "workflow templates" to "starter workflows" (#23823)
Co-authored-by: skedwards88 <skedwards88@github.com>
2021-12-21 18:15:54 +00:00
Sarah Edwards
2bbbea6058 [Do not merge until starter template PRs merge] Add more Azure starter template guides (#22832)
Co-authored-by: Mike Surowiec <mikesurowiec@users.noreply.github.com>
Co-authored-by: Francis <15894826+francisfuzz@users.noreply.github.com>
Co-authored-by: Tom Gamble <thomasgamble2@gmail.com>
Co-authored-by: Jason Freeberg <jafreebe@microsoft.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
Co-authored-by: Simona Cotin <simona.cotin@microsoft.com>
2021-12-17 08:56:09 -08:00
Casey Vega
cc78423f49 Update hardware-rec-table.md, add actions rec (#23638) 2021-12-13 11:12:11 -06:00
Marcelo Jacobus
c84d98766f Prevent creation of empty source files (#23634)
* Add test to prevent `crowdin upload` errors

* Remove empty file causing `crowdin upload` error

Closes https://github.com/github/crowdin-support/issues/117
2021-12-13 16:57:38 +00:00
Matt Pollard
b3e1ff4e89 Update documentation for GitHub AE's December 2021 release (#23405) 2021-12-07 10:36:37 +01:00
Jonathan Netley
ebbc059bae Updated concurrency example to cancel any in-progress job or run
changed `group: ${{ github.head_ref }}`  to ${{ github.head}}`
2021-12-06 17:20:37 +02:00
Matt Pollard
75d8f0e427 Fix future broken link and versioning syntax for GitHub AE (#23347) 2021-12-06 09:01:46 +00:00
Octomerger Bot
e97a42766f Merge branch 'main' into repo-sync 2021-12-01 20:09:00 -06:00
Ferenc Hammerl
bee380f827 Add new runner variable runner.arch (#12374)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2021-12-02 11:16:55 +10:00
Jules Parker
40fbb848f3 Merge branch 'main' into jules-4510 2021-12-01 09:11:00 +01:00
Edward Thomson
639debe227 actions: update "understanding github actions" (#23201)
* actions: update "understanding github actions"

Take a refresh pass on the "understanding github actions" document, in
order to reinforce our CI/CD messaging and definitions, and update the
art with high-res illustrations.

* Apply suggestions from code review

Co-authored-by: Martin Lopes <martin389@github.com>

Co-authored-by: Martin Lopes <martin389@github.com>
Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com>
2021-11-30 21:55:23 +00:00
Jules Parker
c456b91ca4 incorporate feedback from matt 2021-11-29 13:22:41 +01:00
hubwriter
dc9dab0032 [GA date TBD] Update reusable workflows docs for GA (#22795)
* Update reusable workflows docs

* Update content/actions/learn-github-actions/reusing-workflows.md

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

* Update content/actions/learn-github-actions/reusing-workflows.md

* Update content/actions/learn-github-actions/reusing-workflows.md

* Update content/actions/learn-github-actions/reusing-workflows.md

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

* Update content/actions/learn-github-actions/reusing-workflows.md

Co-authored-by: Martin Lopes <martin389@github.com>

* Apply review suggestion from Lucas

* Update content/actions/learn-github-actions/reusing-workflows.md

Co-authored-by: Martin Lopes <martin389@github.com>

* Update content/actions/learn-github-actions/reusing-workflows.md

Co-authored-by: Martin Lopes <martin389@github.com>

* Update content/actions/learn-github-actions/reusing-workflows.md

Co-authored-by: Martin Lopes <martin389@github.com>

* Add information about use of runners

As per review comment from Ajay Krishna Nalisetty

* Update content/actions/learn-github-actions/workflow-syntax-for-github-actions.md

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

* Update content/actions/learn-github-actions/workflow-syntax-for-github-actions.md

* Fix version as per Lucas's review comment

* Explain using environment secrets

* Add workflow diagram

* Move explanation of diagram above it

* Slight change to job_workflow-ref description

Include the syntax of the response data, as per
https://github.slack.com/archives/C01SMLA6MNY/p1637731982336700

* Clarify difference between repo and job_workflow_ref

Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
Co-authored-by: Martin Lopes <martin389@github.com>
Co-authored-by: Octomerger Bot <63058869+Octomerger@users.noreply.github.com>
2021-11-24 14:26:50 +00:00
Laura Coursen
0ccf608e1c Small fixes 2021-11-23 11:52:27 +00:00
Laura Coursen
b64e85ce60 Learning path to help enterprises adopt Actions (#22513) 2021-11-18 23:40:18 +00:00
Octomerger Bot
46d9e12af9 Merge branch 'main' into repo-sync 2021-11-09 17:22:52 -05:00
Melanie Cooper
fe0559c83e Adding permission requirements for encrypted AWS S3 buckets within enterprise-s3-permission.md (#10594) 2021-11-09 21:56:31 +00:00
Vanessa
8bd8c10f9a GitHub Enterprise Server 3.3 release candidate (#22286)
Co-authored-by: Laura Coursen <lecoursen@github.com>
Co-authored-by: Kelly Arwine <kellyarwine@github.com>
Co-authored-by: vgrl <vgrl@github.com>
Co-authored-by: Elijah Buck <buckelij@github.com>
Co-authored-by: Laura Coursen <lecoursen@github.com>
Co-authored-by: Kelly Arwine <kellyarwine@github.com>
Co-authored-by: github-openapi-bot <github-openapi-bot@users.noreply.github.com>
Co-authored-by: Felicity Chapman <felicitymay@github.com>
Co-authored-by: Jules Parker <19994093+jules-p@users.noreply.github.com>
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
Co-authored-by: github-openapi-bot <69533958+github-openapi-bot@users.noreply.github.com>
Co-authored-by: github-openapi-bot <github-openapi-bot@users.noreply.github.com>
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
2021-11-09 12:12:00 -05:00
Chris Patterson
87806da349 Added new context properties and environment variables for refs (#22188)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2021-11-08 00:47:58 +00:00
Lucas Costi
c04776f371 Batch of GHES versioning fixes (#22447)
Co-authored-by: vgrl <vgrl@github.com>
2021-10-28 05:19:17 +00:00
Martin Lopes
99a4d42901 [Oct 26, 2021] Deployments: Authenticating with OpenID Connect (#21775)
Co-authored-by: John Bohannon <imjohnbo@github.com>
Co-authored-by: Sarah Edwards <skedwards88@github.com>
Co-authored-by: hubwriter <hubwriter@github.com>
2021-10-26 18:04:04 +00:00
Martin Lopes
48feb7369c [October 25, 2021] OpenID Connect - guides shipping on Oct 25 (#22392) 2021-10-26 09:37:21 +10:00
Kevin Heis
3b092b4cb8 Deprecate 2.22 b (#22366)
* Update enterprise-server-releases.js

* Run deprecation script

* Remove finding / managing security vulnerabilities

* remove vuln from translations

* remove more dead pages

* Restore heavily used files

* Remove 2.22 refs in tests

* Update working-with-the-npm-registry.md
2021-10-22 13:23:16 -07:00
Laura Coursen
8f964ea2cb GHEC version (#20947)
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
Co-authored-by: Grace Park <gracepark@github.com>
Co-authored-by: Steve Guntrip <12534592+stevecat@users.noreply.github.com>
Co-authored-by: Robert Sese <sese@github.com>
Co-authored-by: Peter Bengtsson <peterbe@github.com>
Co-authored-by: Rachael Sewell <rachmari@github.com>
2021-10-15 15:41:33 -05:00
Matt Pollard
ccbe9b9ede Restore beta note for GitHub Actions on GitHub AE (#22158) 2021-10-13 19:27:15 +02:00
Jacob Wallraff
c116d34527 Clarify some workflow event approval requirements (#21917) 2021-10-07 09:27:00 +00:00
Shati Patel
4869d15f62 Remove extra characters from reusable (#21926) 2021-10-06 12:29:16 +00:00
Sarah Edwards
3040c3fcbd Deployment guides (#21614)
Co-authored-by: Martin Lopes <martin389@github.com>
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2021-10-05 18:57:25 +00:00
Matt Pollard
307e8094ec Backport updated content from GitHub AE M2 megabranch and version for ghae-next (#21525) 2021-10-04 16:11:57 +00:00
hubwriter
d9947cac72 Documentation for reusable workflows (#21563)
Co-authored-by: Sarah Edwards <skedwards88@github.com>
2021-09-29 10:09:29 +10:00
Ferenc Hammerl
e938643620 Add runner name to Actions context and env vars (#10230)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2021-09-24 04:29:06 +00:00
Luke Tomlinson
2a25196ea8 Add documentation for notice annotation level and new fields (#21427) 2021-09-17 14:19:59 +00:00
Laura Coursen
6580de5a4e Bugs, bugs, and more bugs! 🐛 (#21496) 2021-09-16 13:23:01 +00:00
Martin Lopes
35e6c9b02e [GHES 3.2] Add descriptions of "workflows.approve_workflow_job" and "workflows.reject_workflow_job" (#21055) 2021-08-25 16:08:39 +10:00
Sarah Edwards
95bd8c84f9 [Aug 24, 2021] Top level CLI docs set (#20628)
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
Co-authored-by: Mislav Marohnić <mislav@github.com>
Co-authored-by: Laura Coursen <lecoursen@github.com>
2021-08-24 15:44:25 +00:00
Martin Lopes
2b5072680d Update versioning for Actions audit logs (#20972) 2021-08-23 23:34:50 +00:00
Rachael Sewell
7398c30364 remove 2.21 markup (#20954) 2021-08-19 18:18:00 +00:00
Martin Lopes
6ebff84631 New audit log events for self-hosted runners (GA) (#20268)
Co-authored-by: Laura Coursen <lecoursen@github.com>
2021-08-05 09:45:01 +10:00
vgrl
691150c3c8 delete not certified note reusable, content refs 2021-07-30 14:01:16 +10:00
Martin Lopes
95e23dcf5e Update versioning for self-hosted runner events (#20466) 2021-07-22 16:42:29 +10:00
hubwriter
2d99aee37a Use plural variables consistently (#20412)
* Use plural variables consistently

* Update content/developers/github-marketplace/github-marketplace-overview/about-github-marketplace.md
2021-07-20 16:09:40 +00:00
Martin Lopes
f01f2cc88c Merge branch 'main' into ahdbilal-patch-1 2021-07-19 14:33:20 +10:00
mc
299cf8bfb2 GHES fixes to actions' permissions and the use of specified actions (#20192)
* made a start

* remove GitHub.com only note

* delete superfluous screenshots

* address comments and revert edits with extra images

* more updates

* finalize updates

* add note for GHES

* remove GHES note
2021-07-13 08:17:41 +01:00
Sarah Edwards
bedc6371af Add disclaimer + improve security for third party actions (#20227) 2021-07-01 16:00:58 +00:00
Lucas Costi
3c94649bc6 Update manual approval of Actions on public fork PRs (#19978) 2021-06-30 22:00:15 +00:00
Sarah Schneider
cb12455649 ran script/content-migrations/use-short-versions.js 2021-06-24 10:21:07 -04:00
Sarah Schneider
7de66fe4ef Merge branch 'main' of github.com:github/docs-internal into script-to-use-short-versions 2021-06-24 10:14:50 -04:00
Sarah Edwards
9115cb531d remove visualization beta (#18750) 2021-06-23 20:02:14 +00:00
Sarah Schneider
5e10cea9ac Merge branch 'main' of github.com:github/docs-internal into script-to-use-short-versions 2021-06-23 14:45:10 -04:00