Siara
7d64ed3a11
Migrate Actions Runner Controller docs ( #35498 )
...
Co-authored-by: jc-clark <jc-clark@github.com >
Co-authored-by: Joe Clark <31087804+jc-clark@users.noreply.github.com >
Co-authored-by: Rachael Sewell <rachmari@github.com >
Co-authored-by: amstead <am-stead@github.com >
Co-authored-by: hubwriter <hubwriter@github.com >
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com >
Co-authored-by: Chris Patterson <chrispat@github.com >
Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com >
Co-authored-by: Isaac Brown <101839405+isaacmbrown@users.noreply.github.com >
Co-authored-by: Bassem Dghaidi <568794+Link-@users.noreply.github.com >
Co-authored-by: John Sudol <24583161+johnsudol@users.noreply.github.com >
Co-authored-by: Francesco Renzi <rentziass@gmail.com >
2023-04-24 18:47:18 +00:00
Laura Coursen
6b3d9b6646
Make images accessible in the images/help/images directory ( #35778 )
2023-03-27 13:25:52 +00:00
Hector Alfaro
4cd28fd735
Remove support for miniTocMaxHeadingLevel ( #34758 )
2023-02-17 16:29:02 +00:00
Trey Valenta
9a70d5588e
Update reusing-workflows.md ( #23824 )
2023-02-17 12:52:38 +00:00
Peter Bengtsson
b7c7dbf672
Update all internal links ( #34787 )
2023-02-15 15:16:18 +00:00
mc
3bbd505d4c
Merge branch 'main' into reusing-workflow
2023-02-08 09:11:09 +00:00
Kevin Heis
ac2cd0e47d
Deprecate GHES 3.3 ( #34328 )
...
Co-authored-by: Felicity Chapman <felicitymay@github.com >
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com >
Co-authored-by: Sam Browning <106113886+sabrowning1@users.noreply.github.com >
2023-02-03 17:05:11 +00:00
micnncim
d2f83c662a
Remove reusable workflow limitation when used with composite action
...
There would not be the limitation now.
Signed-off-by: micnncim <micnncim@gmail.com >
2023-01-30 14:44:53 +09:00
Chris Cameron
e9954b9ab7
Document limitation with reusable workflows ( #22745 )
...
Co-authored-by: hubwriter <hubwriter@github.com >
2023-01-24 17:00:55 +00:00
Joe Clark
471701851f
Add documentation for GitHub Actions configuration variables ( #33119 )
...
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: Tauhid Anjum <tauhidanjum@gmail.com >
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com >
2023-01-10 05:17:34 +00:00
gitulisca
60b69196b3
Add maximum number of referenced workflows limit ( #33581 )
...
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com >
2022-12-15 07:08:13 +00:00
Martin Lopes
23dc6dd766
GitHub Actions: Allow sharing Actions and workflows in private repos - [GA] ( #28252 )
...
Co-authored-by: Anshul Choudhary <ansh121@github.com >
Co-authored-by: Sarah Edwards <skedwards88@github.com >
2022-12-13 06:45:46 +00:00
Matt Pollard
660424ce23
Update release note and documentation for reusable workflows in GitHub AE 3.4 ( #33229 )
2022-12-05 17:34:09 +01:00
Tyler Goffinet
68dad52f10
Add strategy to keywords for jobs that call workflows ( #21768 )
...
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com >
2022-11-16 15:52:42 +10:00
Esote
b094dab325
Fix nesting reusable workflows link ( #21422 )
2022-10-17 20:43:11 +00:00
Francesco Renzi
ad70a7012f
Remove references to stdout commands ( #31674 )
...
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com >
2022-10-17 01:09:57 +00:00
Lucas Costi
7b86410fc3
Improve Actions short titles ( #31394 )
...
Co-authored-by: Martin Lopes <martin389@github.com >
2022-10-05 04:34:45 +00:00
Florian Wagner
34a7be5cc8
Exchange usage of action my-action with actions/labeler ( #31312 )
...
Signed-off-by: Florian Wagner <h2floh@github.com >
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com >
2022-10-05 03:47:09 +00:00
Sarah Schneider
b7f48ea2c1
Support GHAE internal-only semantic versioning ( #29178 )
...
Co-authored-by: Peter Bengtsson <mail@peterbe.com >
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com >
2022-09-22 08:26:58 +02:00
hubwriter
7e1efede7a
Reusable workflows: reinstate text about new prepared_workflow_job fields ( #30824 )
...
Co-authored-by: yujincat <55138573+yujincat@users.noreply.github.com >
Co-authored-by: Ajay <40024974+ajaykn@users.noreply.github.com >
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com >
2022-09-19 08:53:04 +00:00
Siara Leininger
18139ffc67
Add progress bar description for actions ( #30776 )
...
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com >
2022-09-15 15:21:54 +00:00
Josh Johanning
4a6d622f66
Fix misleading example of reusable workflows ( #20324 )
...
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com >
2022-09-01 14:09:36 +10:00
Tyler Miller
26055a7cdc
Improve wording in reusing-workflows.md
2022-08-24 18:40:34 -07:00
hubwriter
c73100e8d3
Actions: Update docs for nested reusables ( #29578 )
...
* Update for nested reusables
* Add some versioning
* add feature flag
* change to use relative link
* Update content/actions/using-workflows/reusing-workflows.md
* Update content/actions/using-workflows/reusing-workflows.md
Co-authored-by: Sarah Edwards <skedwards88@github.com >
* Update content/actions/using-workflows/reusing-workflows.md
Co-authored-by: Sarah Edwards <skedwards88@github.com >
* Remove new info, as requested by reviewer
* Remove new info, as requested by reviewer
* Add examples from yujincat
Co-authored-by: skedwards88 <skedwards88@github.com >
2022-08-22 14:15:25 +00:00
Sophie
502f6d9318
Merge branch 'main' into sophietheking-7094
2022-08-22 14:53:18 +02:00
Benoît Chantre
0500918db6
Fix wrong instruction to reference a reusable workflow ( #19980 )
2022-08-22 07:22:53 +00:00
Sophie
23f57cce07
polish and versioning
2022-08-17 14:11:10 +02:00
Sophie
d8db846901
apply suggestions from review
2022-08-15 10:46:27 +02:00
Sophie
6f68be4bcf
Update reusing-workflows.md
2022-08-15 10:15:09 +02:00
Sophie
d9508ab4c4
Update content/actions/using-workflows/reusing-workflows.md
...
Co-authored-by: Florian Wagner <h2floh@github.com >
2022-08-15 10:12:14 +02:00
Sophie
c0edb4c36c
Update content/actions/using-workflows/reusing-workflows.md
...
Co-authored-by: Florian Wagner <h2floh@github.com >
2022-08-15 10:08:48 +02:00
Sophie
b1110addf1
Update content/actions/using-workflows/reusing-workflows.md
...
Co-authored-by: Florian Wagner <h2floh@github.com >
2022-08-15 10:04:21 +02:00
Sophie
3b83c68329
Update content/actions/using-workflows/reusing-workflows.md
...
Co-authored-by: Sarah Edwards <skedwards88@github.com >
2022-08-15 10:04:13 +02:00
Sophie
9421492a56
Update content/actions/using-workflows/reusing-workflows.md
...
Co-authored-by: Sarah Edwards <skedwards88@github.com >
2022-08-15 10:04:04 +02:00
Sophie
eacee80c2e
Update content/actions/using-workflows/reusing-workflows.md
...
Co-authored-by: Sarah Edwards <skedwards88@github.com >
2022-08-15 10:03:53 +02:00
Sophie
f9be21576e
Update content/actions/using-workflows/reusing-workflows.md
...
Co-authored-by: Sarah Edwards <skedwards88@github.com >
2022-08-15 10:00:27 +02:00
Sophie
6e26df426e
changes sentence
2022-08-09 11:32:22 +02:00
Sophie
40361d3749
more conceptual information
2022-08-09 11:04:09 +02:00
Sophie
7d0ac4e79b
adds content and feature flag
2022-07-27 13:47:16 +02:00
Christina Guo
32d4408791
Rerunning workflows with reusable workflows ( #28197 )
2022-06-09 08:36:27 +10:00
Sarah Schneider
f44578572c
Ran script/content-migrations/convert-if-to-ifversion.js
2022-06-06 18:13:12 -04:00
Ajay
5ffb9e4ca9
[Actions - Reusable workflows] Fix secrets inherit path ( #28093 )
2022-05-30 17:26:22 +10:00
Antoine Méausoone
4f13a8cc24
docs(workflow): add concurrency keyword as supports by reusable workflow
2022-05-19 09:10:07 +02:00
Martin Lopes
5dd92d04aa
Reusable workflows: Inherit secrets ( #27276 )
2022-05-03 15:15:40 +10:00
Martin Lopes
17b34e16cd
Revert "actions-inherit-secrets-reusable-workflows
2022-04-27 17:11:58 +10:00
Martin Lopes
91068c157b
Added versioning for bullet point
2022-04-27 13:17:00 +10:00
Nicholas Bergesen
32287cd6aa
Code review updated
2022-04-27 00:28:08 +00:00
Nicholas Bergesen
08560e357d
Update content/actions/using-workflows/reusing-workflows.md
...
Co-authored-by: Martin Lopes <martin389@github.com >
2022-04-26 16:23:42 +09:00
Nicholas Bergesen
3e2e706267
Update content/actions/using-workflows/reusing-workflows.md
...
Co-authored-by: yujincat <55138573+yujincat@users.noreply.github.com >
2022-04-26 13:21:19 +09:00
Nicholas Bergesen
bbfbebda82
Add inherit secret update to docs.
2022-04-25 03:11:34 +00:00