Rachael Sewell
784d7d3814
Merge branch 'repo-sync' of https://github.com/github/docs into repo-sync
2021-08-31 13:40:34 -07:00
Carlos Duarte Do Nascimento (Chester)
719d691d59
Add documentation for branch protection rule webhook ( #21177 )
2021-08-31 14:43:03 +00:00
Theo Chupp
7f35093b4f
docs: fix 'on.release' comment ( #9455 )
2021-08-31 13:31:11 +00:00
Jacob Wallraff
70822ff4de
Add sentence about workflow diff limits ( #21098 )
...
* Add sentence about workflow diff limits
* Update content/actions/reference/workflow-syntax-for-github-actions.md
Co-authored-by: Amy Burns <timeyoutakeit@github.com >
Co-authored-by: Amy Burns <timeyoutakeit@github.com >
2021-08-26 13:10:16 -04:00
hubwriter
62996dc61e
Add warning about --network not supported ( #20868 )
...
* Add warning about --network not supported
* Update jobs.<job_id>.services.<service_id>.options
Add same warning to jobs.<job_id>.services.<service_id>.options
2021-08-25 13:18:07 +00:00
Laura Coursen
318259a6a0
Merge branch 'main' into patch-2
2021-08-24 13:23:04 -05: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
Marcono1234
1a94e48735
Merge branch 'main' into patch-2
2021-08-23 22:06:47 +02:00
Thomas Boop
d84b873531
Composite Actions Doc release ( #20738 )
2021-08-23 18:19:58 +00:00
Marcono1234
a9c2f06a58
Clarifiy that warning and error message numbers start at 1
2021-08-23 20:12:33 +02:00
Mirza Hashir Baig
376c80083b
Update context-and-expression-syntax-for-github-actions.md
2021-08-20 14:48:28 +05:00
Rachael Sewell
7398c30364
remove 2.21 markup ( #20954 )
2021-08-19 18:18:00 +00:00
Martin Lopes
1e3518dc02
Restructure table in "Supported runners and hardware resources" ( #20909 )
...
* Recreated table in html, moved reusables
2021-08-17 15:26:14 +10:00
Lucas Costi
d84994632d
GHES 3.2 broken link fixes ( #20696 )
2021-08-06 01:28:11 +00:00
Kristof Daja
c4790529e6
Update workflow-syntax-for-github-actions.md ( #8808 )
2021-08-05 21:19:20 +00:00
Laura Coursen
dafd921ba4
Fix typo
2021-08-05 07:56:50 -05:00
Laura Coursen
ce9aec3793
Merge branch 'main' into patch-2
2021-08-05 07:50:00 -05:00
Laura Coursen
9b39aaa203
Combine notes
2021-08-05 07:49:44 -05:00
Laura Coursen
3c6a72f60b
Updates to the GHEC trial ( #20565 )
2021-08-05 11:01:33 +01:00
Ramya Parimi
010789c22b
Update workflow-syntax-for-github-actions.md
...
✏️ spell fix
2021-08-04 08:12:35 -05:00
Gregor Martynus
cdf891c8c3
typo
2021-08-03 18:00:22 -07:00
Hutson Betts
5c310f7936
fix(events): address merge conflicts to run PR workflows
...
Workflows will not run on `pull_request` activity if the pull request has a merge conflict with the target branch.
Please see the following GitHub forum discussion for more details - https://github.community/t/run-actions-on-pull-requests-with-merge-conflicts/17104/2
2021-08-03 10:50:47 -05:00
Linda_pp
6e59a6fb78
Fix wrong note about boolean literals ( fix #8719 ) ( #8720 )
2021-08-03 01:50:06 +00:00
Vladimir Panteleev
6020950391
Clarify that always() has a side effect ( #8411 )
2021-07-28 18:24:03 +00:00
PSJ
72e97c546c
Fix things.
...
Didn't notice the `if` condition 😅
2021-07-21 21:25:37 +05:30
PSJ
4e7b8b30d8
Merge branch 'main' into fix-inconsistencies
2021-07-21 19:29:21 +05:30
Lucas Alves
8637f5a20e
Fix jobs timeout misleading in workflow syntax article ( #8362 )
2021-07-20 21:25:02 +00:00
PSJ
9e0b501631
Fix description of core.exportVariable function.
...
Fixes github#7553
2021-07-20 22:23:56 +05:30
PSJ
6b6f78927d
Make GITHUB_ENV description more accurate
2021-07-20 22:19:58 +05:30
Oliver Bertuch
008a423f5b
Add clarification about glob chars in branch/tag matching ( #8107 )
2021-07-15 13:03:01 +00:00
Weston Pace
3e7ce43431
#7975 Added converted_to_draft, auto_merge_enabled, and auto_merge_disabled to the list of activity types for the pull_request event ( #8179 )
2021-07-14 20:03:33 +00:00
Josh Soref
03ce7a79e8
Reword GITHUB_WORKSPACE description ( #7781 )
2021-07-14 18:32:24 +00:00
room-27
936e395b7c
Update 'Using a specific shell' to mention temp script ( #7824 )
2021-07-14 06:25:30 +00:00
Lucas Costi
47076c4b62
Fix workflow in Actions 'Introductions' article ( #8141 )
2021-07-14 10:06:15 +10:00
Julia Belostotskaya
096329e5a1
Update workflow-syntax-for-github-actions.md ( #8120 )
...
Co-authored-by: Sarah Edwards <skedwards88@github.com >
2021-07-13 18:40:23 +00:00
Cameron Booth
284aceef8f
Fix example of actions filtering ( #20207 )
2021-07-01 14:25:34 -07:00
Sarah Edwards
bedc6371af
Add disclaimer + improve security for third party actions ( #20227 )
2021-07-01 16:00:58 +00:00
MaksimZhukov
af158bc17d
Update setup-node docs in accordance with new cache functionality ( #20214 )
2021-07-01 15:14:54 +02:00
Sarah Edwards
829cf70704
version concurrency for GHES 3.2 ( #20185 )
2021-06-29 18:17:35 +00:00
Evi Liu
32d6d5d061
Update events-that-trigger-workflow.md with Discussions triggers ( #19972 )
...
* Update events-that-trigger-workflow.md with Discussions triggers
Adds `discussion` and `discussion_comment` section
* remove stray endraw tag
* Version for dotcom
* change links to be relative
Co-authored-by: Sarah Edwards <skedwards88@github.com >
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com >
2021-06-29 13:45:00 -04:00
Rachael Sewell
52cf583bdd
add short titles to frontmatter ( #20131 )
2021-06-24 11:02:53 -07:00
Sarah Schneider
cb12455649
ran script/content-migrations/use-short-versions.js
2021-06-24 10:21:07 -04:00
Josh Soref
5e50abca4b
Clarify Job status check functions sentence ( #7643 )
2021-06-24 06:56:26 +00:00
Sarah Edwards
3233e90df6
remove beta note for environments ( #18589 )
2021-06-23 11:42:54 -07:00
eric sciple
d3db7d3e25
Detail where each context can be used within a workflow ( #19900 )
...
* Detail where each context can be used within a workflow
* tweak
* Update cross-ref to new information
This reusable is used in two articles: 'Context and expression syntax for GitHub Actions' and 'Environment variables'. In the first of these the current link point to the same section that the link is added to (which is not useful). In both articles I think the new section about context availability is a more appropriate link.
* Update content/actions/reference/context-and-expression-syntax-for-github-actions.md
Co-authored-by: hubwriter <hubwriter@github.com >
* Update content/actions/reference/context-and-expression-syntax-for-github-actions.md
Co-authored-by: hubwriter <hubwriter@github.com >
* Update content/actions/reference/context-and-expression-syntax-for-github-actions.md
Co-authored-by: hubwriter <hubwriter@github.com >
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com >
Co-authored-by: hubwriter <hubwriter@github.com >
2021-06-23 14:30:07 +00:00
Matt Pollard
16ff92ca4e
Replace explicit mentions of api subdomain for GitHub Enterprise Server and GitHub AE documentation ( #20013 )
2021-06-22 10:47:29 +02:00
Martin Lopes
672b046845
Small fix
2021-06-16 11:29:44 +10:00
Martin Lopes
4f692c9a3b
Moved remaining descriptions into reusables
2021-06-16 11:19:16 +10:00
Martin Lopes
65b17ff946
Moved runner temp descriptions into reusable
2021-06-16 09:39:41 +10:00
Martin Lopes
46dc3aff1a
Merge branch 'main' into runner-envvars
2021-06-16 09:13:51 +10:00