1
0
mirror of synced 2026-01-04 09:06:46 -05:00
Commit Graph

51 Commits

Author SHA1 Message Date
Rachael Sewell
7398c30364 remove 2.21 markup (#20954) 2021-08-19 18:18:00 +00:00
Laura Coursen
dafd921ba4 Fix typo 2021-08-05 07:56:50 -05:00
Laura Coursen
9b39aaa203 Combine notes 2021-08-05 07:49:44 -05: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
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
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
Grace Park
6f7e4f50dc updating content files 2021-06-14 12:06:52 -07:00
Simran
7ae0162760 Unify YAML indent (#6041) 2021-05-12 22:06:35 +00:00
Brian Surowiec
f66e73fdbb Remove requested_action event type 2021-05-06 19:35:51 -04:00
Antoine Grondin
a417401759 opened isn't a valid activity type for project_card (#19130) 2021-05-04 23:47:40 +00:00
Gina Häußge
cfe2e819f3 Clarify release event trigger behaviour (#5769) 2021-04-27 18:12:27 +00:00
Ethan Palm
cad64e1df6 Merge branch 'main' into patch-1 2021-03-24 12:14:31 -04:00
hubwriter
76c866715c Apply changes from PR #4629 (#4780)
* Apply changes from PR 4629

We have a problem (discussed internally with engineering) preventing the Update branch button being displayed on PR 4629 - which prevents that PR from being merged.

* Add change from PR 4629

* Update content/actions/reference/events-that-trigger-workflows.md
2021-03-24 09:38:20 +00:00
Mike McDonald
b18d884e20 Adding additional information for workflow_runs (#18235)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2021-03-17 05:10:43 +00:00
Sarah Edwards
a34dcc43c2 Actions for Project Management (#17849)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
Co-authored-by: Laura Coursen <lecoursen@users.noreply.github.com>
Co-authored-by: Jeroen Rietveld <anywherepilot@users.noreply.github.com>
2021-03-16 23:26:31 +00:00
Markus Staab
643b433b98 fix typo 2021-03-15 09:57:31 +01:00
Zhian N. Kamvar
a216cd500e add link to best practices for pull_request_target (#3995)
* add link to blog for pull_request_target

I was initially confused by the intended use of `pull_request_target` and its capabilities, but [this blog post in the Security Lab](https://securitylab.github.com/research/github-actions-preventing-pwn-requests) laid out the caveats and solutions well.
2021-03-03 17:10:09 +00:00
Matt Pollard
2db9da5c8f [DO NOT MERGE] GitHub AE consumables beta megabranch (#17620)
* Empty commit

* updated beta note for GHAE

* more GHAE update + resolve conflict

* more GHAE updates + prepare for screenshots

* Apply suggestions from code review

Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>

* address remaining review comments

* Revise "About GitHub AE" (#17679)

* add screenshots to the Configuring article

* reworked to have a separate GHAE section

* list numbering

* more work on screenshots and conditions

* add GHAE screenshots in article

* review screenshots in article

* added more screenshots and updated more articles

* screenshot madness

* fix liquid versioning

* refactor the ghae script

* [GHAE CB/Feb 22]: Add article about data residency for GitHub AE (#17847)

* add missing GHAE versioning to article

* move screenshots to GHAE asset directory

* forgot to change the path for these two images

* replace CBB screenshot + add better screenshot

* [GHAE CB/Feb 22]: Document upgrades for GitHub AE (#17848)

* Version article for GitHub AE

* Replace unused variable

* Incorporate reviewer feedback

* Update intro

Co-authored-by: Ethan P <56270045+ethanpalm@users.noreply.github.com>

* [GHAE] Enable IP allow list (#17691)

* Notes for CC

* Updat permission leves chart

* Add updated article to further reading

* Update gated feature callout with GitHub AE

* Version "Managing allowed IP addresses for your organization" for AE

* Update images

* Update "Restricting network traffic to your enterprise" with new procedures

* remove todo note

* Update audited actions

* Update info about Premium Runners

* Use reusable for Premium Runners

* Change "Premium Runners" to "AE hosted runners"

* Incorporate reviewer feedback

* Use correct reusable

* Version reusable correctly

* [Feb 22] GHAE: Code scanning beta (#17830)

* Add "github-ae" to all the frontmatter

* GHAE-ify the reusables

* Add some more changes

* Re-use some content

* 🔪 Semmle links

* Revert change re "--external-repository-token" in the CodeQL runner

* Update CodeQL runner token scopes

* Update two screenshots

* Remove mention of GitHub.com from AE + other fixes

* Apply suggestions from code review

Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>

* Use `product_name` variable instead of `product_location`

* Remove confusing phrase

* [Feb 22] GHAE: Code scanning API and webhook docs (#17883)

* Version API and webhook docs

* Actually add versioning for GHAE

* Fix anchor

* [TEMPORARY] Preview for API endpoints

* Revert API previews

* Update procedure step

Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>

* Update docs for AzureAD Group SCIM support in GHAE (#17892)

* [GHAE CB] SMTP bootstrapping flow (#17888)

* draft

* update with AE conntent

* update with tons of versioning

* remove that  lie

* fill out the rest of these steps

* update with correct versioning

* more edits

* add images

* reversion most of ae article

* fix versioning

* format correctlly

* words matter

* last image

* update with permmissions

* update versioning

* add link

* apply feedback ❤️

* update with differrent spacing

* update with feedback

* more feedback

* Temporary GHAE release notes for consumables beta launch (#17859)

* Create release-notes.md

* Add frontmatter

* Add to index file

* Update github-ae-release-notes.md

* Add release notes from Google Doc

* Update finalized docs links that have been reviewed

* OAuth device flow link update

* version for AE

* few fixes

* Update content/admin/overview/github-ae-release-notes.md

* small edits

* whoops

* commit

* update with different links

* used wrong reusable

* fix more brokenness

* Update repository-references.js

* Update repository-references.js

Co-authored-by: Meg Bird <megbird@github.com>
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>

* [GHAE] Audit public repos (#17917)

* verifying what we mean by public

* Apply suggestions from code review

* Update content/developers/apps/installing-github-apps.md

Co-authored-by: Laura Coursen <lecoursen@github.com>

* fixing placememnt of liquid conditional

Co-authored-by: Laura Coursen <lecoursen@github.com>

* GHAE packages beta (#17786)

Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com>
Co-authored-by: Martin Lopes <martin389@github.com>

* fix broken links

* [GHAE CB/March 01]: GitHub Actions on GHAE (beta) (#17725)

* Added initial layout for premium runners

* Restructured content

* Added placeholder for removing premium runner

* Added versioning and warning note for self-hosted runners

* Added versioning and beta notice for actions content

* Rephrased beta note

* Added versioning for API docs, fixes

* Added versioning fixes

* Split Github-hosted and premium topics into separate articles

* Added edits

* Restructured some topics

* Revised "Using premium runners in a workflow"

* Some small fixes

* Fixed typo

* Added fixes to reusable

* Added edits

* Made section titles consistent

* Added billing, group mgmt, reusable steps

* Cropped certain screenshots for future-proofing

* Removed superfluous reusable

* Added fixes

* Revert "Cropped certain screenshots for future-proofing"

This reverts commit c7f24f31fa30d4fe3de2b63fc3cd5feba44ef518.

* Added new section for custom images

* Added versioning for enterprise-admin operations

* Added edits

* Added edits

* Update adding-premium-runners.md

* Removed SHR screenshots. Intending to update them when UI is available.

* Update using-labels-with-premium-runners.md

* Added custom labels section

* Added preview of API docs changes

* Added versioning for ip allow list section

* Removed removal article

* Renamed premium runners to AE hosted runners

* Re-added added API preview

* Fixed links, updated software specs

* Revised "Software specifications" based on feedback

* Fixed typos

* Small fixes

* Added new article "Creating custom images"

* Moved "Creating custom images" link

* Apply suggestions from code review

Co-authored-by: ahdbilal <55514721+ahdbilal@users.noreply.github.com>

* Added update from review

* Added updates from tech review

* Apply suggestions from code review

Co-authored-by: ahdbilal <55514721+ahdbilal@users.noreply.github.com>

* Added updates from tech review

* Added updates from tech review

* Added updates from tech review

* Added updates from tech review

* Fixed reusable

* Added fixes

* Added update from tech review

* Removed the dereferenced OpenAPI schema files

* Added fixes

* Fixed links

* Fixed links

* Apply suggestions from code review

Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com>

* Added updates from peer review

* Removed sections that are not in beta

* Update viewing-your-github-actions-usage.md

* Update viewing-job-execution-time.md

* Update index.md

* Update about-github-hosted-runners.md

* Restored versioning to match GHES approach

* Fixed link

* Restored self-hosted runner reference to UI steps.

* Updated screenshots

* Updated screenshots and procedures

* Small edits to screenshots

* Added AE url info for SHR

* Removed superfluous versioning

* Update security-hardening-for-github-actions.md

* Update actions-shared.md

* Small edits

* Update usage-limits-billing-and-administration.md

* Update managing-complex-workflows.md

* Additional versioning

* Additional versioning

* version environments api and checkrun deployments for ghae (#17991)

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

* Update reviewing-the-audit-log-for-your-organization.md

* Added versioning for enterprise policy settings

* version configuring artifact retention for AE

* remove AE versioning for connecting to Marketplace

* Apply suggestions from code review

Co-authored-by: Joe Bourne <thejoebourneidentity@github.com>

* Update content/admin/github-actions/getting-started-with-github-actions-for-github-ae.md

Co-authored-by: Joe Bourne <thejoebourneidentity@github.com>

* rewording not public to private

* fixing liquid

* Fixed elseif entries

* Added expectations note

* Revised label management article for AE hosted runners

* Added enterprise-admin note for adding AE hosted runners

* Update enterprise-admin.md

* Update self-hosted-runner-security.md

* Versioned reusable for AE

* Empty commit for CI

Co-authored-by: ahdbilal <55514721+ahdbilal@users.noreply.github.com>
Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com>
Co-authored-by: skedwards88 <skedwards88@github.com>
Co-authored-by: Leona B. Campbell <3880403+runleonarun@users.noreply.github.com>
Co-authored-by: Joe Bourne <thejoebourneidentity@github.com>
Co-authored-by: runleonarun <runleonarun@github.com>

* Update OpenAPI Descriptions for GHAE

* Update content/admin/overview/github-ae-release-notes.md

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
Co-authored-by: mchammer01 <42146119+mchammer01@users.noreply.github.com>
Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>
Co-authored-by: shati-patel <shati-patel@github.com>
Co-authored-by: Sarah Schneider <sarahs@github.com>
Co-authored-by: skedwards88 <skedwards88@github.com>
Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com>
Co-authored-by: Melanie Yarbrough <11952755+myarb@users.noreply.github.com>
Co-authored-by: Felicity Chapman <felicitymay@github.com>
Co-authored-by: Meg Bird <megbird@github.com>
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
Co-authored-by: Leona B. Campbell <3880403+runleonarun@users.noreply.github.com>
Co-authored-by: Laura Coursen <lecoursen@github.com>
Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com>
Co-authored-by: Martin Lopes <martin389@github.com>
Co-authored-by: ahdbilal <55514721+ahdbilal@users.noreply.github.com>
Co-authored-by: Joe Bourne <thejoebourneidentity@github.com>
Co-authored-by: runleonarun <runleonarun@github.com>
Co-authored-by: github-openapi-bot <69533958+github-openapi-bot@users.noreply.github.com>
2021-03-01 16:07:02 -05:00
Brenton Wheeler
50a2f6d34d Update docs to note schedule action delay (#3059) (#3060)
* Update docs to note schedule action delay (#3059)

The schedule action start time delay is significant (up to an hour) and warrants a mention to save people time thinking it's something they are doing incorrectly

* Apply suggestions from code review

Co-authored-by: Sarah Edwards <skedwards88@github.com>
2021-02-22 20:32:35 +00:00
David Wolf
e2ba28910f Add note about no deployment_status events for inactive state (#3736)
* Update events-that-trigger-workflows.md

* fix typo

* Apply suggestions from code review

Co-authored-by: Sarah Edwards <skedwards88@github.com>
2021-02-19 17:09:25 +00:00
Janice
83fe9e2774 Merge branch 'main' into patch-1 2021-02-09 14:05:00 -07:00
Glenn 'devalias' Grant
6ba8f26844 Update content/actions/reference/events-that-trigger-workflows.md
Co-authored-by: Janice <janiceilene@github.com>
2021-02-10 07:20:30 +11:00
Stefan Jaud
e5d45c8e34 Correcting a typo in code (#3492) 2021-02-09 14:44:27 +10:00
Glenn 'devalias' Grant
0f4b5e18f8 fix outdated link in events-that-trigger-workflows.md 2021-02-07 12:48:06 +11:00
Konrad Pabjan
fa187a7c03 Document notifications for scheduled workflows (#17155) 2021-01-14 13:24:16 +01:00
Tom Schuster
c644fa04d6 Fix invalid syntax for pull_request_target example (#1890)
Co-authored-by: Sarah Edwards <skedwards88@github.com>
2021-01-04 16:22:54 -08:00
Jaroslav Lobačevski
31e9e4cf81 Update events-that-trigger-workflows.md (#17013)
Co-authored-by: skedwards88 <skedwards88@github.com>
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2020-12-18 16:24:46 +00:00
jmarlena
918c43c918 Merge branch 'main' into main 2020-12-15 16:28:26 -08:00
Sarah Edwards
af94bd9955 [December 15, 2020] Actions: Environments, environment protection rules (manual approvals and wait timers), and environment secrets in workflows (#16489)
Co-authored-by: Josh Gross <joshmgross@github.com>
Co-authored-by: Brian Cristante <33549821+brcrista@users.noreply.github.com>
Co-authored-by: John Bohannon <imjohnbo@github.com>
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2020-12-15 16:38:45 +00:00
Jaroslav Lobačevski
470f379af1 Update events-that-trigger-workflows.md (#16856)
Co-authored-by: Chris Patterson <chrispat@github.com>
Co-authored-by: Ross Brodbeck <hross@users.noreply.github.com>
Co-authored-by: Sarah Edwards <skedwards88@github.com>
2020-12-15 08:15:25 -08:00
Martin Lopes
e333c2a566 Merge branch 'main' into patch-1 2020-12-15 13:10:21 +10:00
Balazs Gyurak
6da68ce3e1 Fix GITHUB.SHA and GITHUB.REF for repository_dispatch (#1493) 2020-12-14 16:31:55 +10:00
Martin Lopes
e499570617 Merge branch 'main' into patch-1 2020-12-14 15:38:31 +10:00
Lucas Costi
470e3da231 Add default branch note to workflow_run event (#2062) 2020-12-14 15:37:53 +10:00
Ashok314
480c557af8 Update wrong Issue_comment link
Link redirecting to the different page was fixed to the correct one.
2020-12-12 20:34:26 +09:00
ylemkimon
a8cab926e1 Update content/actions/reference/events-that-trigger-workflows.md
Co-authored-by: Martin Lopes <54248166+martin389@users.noreply.github.com>
2020-12-04 15:43:47 +09:00
ylemkimon
2220b6cb9e Merge branch 'main' into patch-1 2020-12-02 11:49:27 +09:00
Sarah Schneider
0b6d024d25 ran the modified script/content-migrations/update-developer-site-links.js 2020-11-23 12:01:14 -05:00
Lucas Costi
6882f6b785 Apply correct GHES versioning to 'workflow improvement' features (#16512) 2020-11-19 14:04:05 +10:00
Lucas Costi
ef1184d72d Add raw tags for issue_comment example (#1373) 2020-11-16 16:21:32 +10:00
ylemkimon
d49ccb084e Add warning regarding pull_request_target event 2020-11-16 00:11:40 +09:00
Tierney Cyren
3b3d0a07ec docs: add example YAML for workflow_dispatch (#358) 2020-11-09 15:57:20 -08:00
Colin Caine
bf204622c5 Update events-that-trigger-workflows.md (#650)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2020-11-05 11:41:27 +10:00
Simran
e89eef32b3 Actions: How to run jobs on issue_comment only if PR (#438) 2020-11-04 15:19:51 -08:00
Jakub Warczarek
11c251b50c Add more details about workflow_run (#531) 2020-11-04 12:57:24 -08:00
Felicity Chapman
0f100dabe9 Fix broken links in report #2697 (#15921) 2020-10-13 10:02:08 +01:00
Sarah Schneider
f272eec944 Remove deprecated GHES versions from content and data (#15830)
* ran script/remove-unused-assets.js (manually removed unused variables printed by the script)

* package-lock

* turn elsif into two ifs to prepare for running Liquid deprecation script

* ran script/remove-deprecated-enterprise-version-markup.js --release 2.14 (ONLY UPDATES LINE BREAKS ETC.)

* ran script/remove-deprecated-enterprise-version-markup.js --release 2.15

* ran script/remove-deprecated-enterprise-version-markup.js --release 2.17

* ran script/remove-deprecated-enterprise-version-markup.js --release 2.18

* update hardcoded test

* Update content/github/collaborating-with-issues-and-pull-requests/filtering-files-in-a-pull-request.md

Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>

* add currentVersion is NOT free-pro-team to conditional, to make sure the deprecation script does the right thing when it is time to deprecate 2.21

Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
2020-10-01 10:55:34 -04:00
Jason Etcovitch
caaee7a124 Update all files to use {% data %} (#15253)
* Add back changes from prior to purge

* Manually fix some invalid Liquid

* Updoot render-content

* Improve test messages to show correct output

* Run el scripto

* Pass the remaining test
2020-09-29 16:01:04 -04:00