Octomerger Bot
0c8bf6f64e
Branch was updated using the 'autoupdate branch' Actions workflow.
2021-03-18 07:03:19 +10:00
Rachael Sewell
b1b8cb8e84
add topic frontmatter to articles ( #18245 )
2021-03-17 12:31:29 -07:00
Alena Sviridenko
0192f59031
[March 17] Remove all notes about ubuntu-latest migration and fix labels ( #18243 )
...
Co-authored-by: Sarah Edwards <skedwards88@github.com >
2021-03-17 17:30:30 +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
Ichinose Shogo
3c33295845
fix an example in authentication-in-a-workflow
...
actions/labeler now recommends to use the `pull_request_target` event.
With the `pull_request` event, `GITHUB_TOKEN` sometimes lacks write permissions (e.g. pull requests from forked repository or from dependabot)
and actions/labeler doesn't work well.
ref. https://github.com/actions/labeler/pull/90
ref. https://github.blog/2020-08-03-github-actions-improvements-for-fork-and-pull-request-workflows/#improvements-for-public-repository-forks
2021-03-14 20:19:11 +09:00
Leona B. Campbell
2d0f1abc6d
[Ready to ship on March 4] Adding workflow note about dependabot token ( #17918 )
...
* adding workflows note about dependabot token
* reworded a little to make active
* Update data/reusables/actions/workflow-runs-dependabot-note.md
Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com >
Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com >
2021-03-08 15:37:26 -08:00
Bradyn Poulsen
136a6bd1a3
Actions Docs: Using workflows from other private repositories ( #3627 )
...
Co-authored-by: Sarah Edwards <skedwards88@github.com >
2021-03-04 18:03:28 +00:00
Murukesh Mohanan
565948518b
Clarify access level needed for secrets in web interface ( #2330 )
...
* Clarify access level needed for secrets in web interface
Closes #1087
I considered changing the `permissions-statement-secrets-repository`
reusable to include a reference to the API, but then I noticed that the
other place using it (["Enabling debug logging"][1]) already mentioned
the API, so instead I added a note. Including a mention of "web
interface" lead to (IMO) too much duplication in text, so I rephrased it
to be more like the `permissions-statement-secrets-api` reusable.
[1]: https://docs.github.com/en/free-pro-team@latest/actions/managing-workflow-runs/enabling-debug-logging
* Update data/reusables/github-actions/permissions-statement-secrets-repository.md
I'm going to go ahead and change this back.
Co-authored-by: hubwriter <hubwriter@github.com >
2021-03-04 09:02:01 +00: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
Sarah Edwards
7f87af1129
Environments API ( #17898 )
...
Co-authored-by: Alberto Gimeno <gimenete@users.noreply.github.com >
Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com >
2021-02-23 11:35:38 -08: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
Laura Coursen
8b8561d0dd
Slash commands private beta ( #17664 )
...
* Empty commit
* Empty commit
* Empty commit
* Empty commit
* Empty commit
* Empty commit
* Empty commit
* Empty commit
* Empty commit
* Empty commit
* Empty commit
* Empty commit
* Empty commit
* Create reusable
* Empty commit
* Fix reusable reference
* Reset staging
Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com >
2021-02-18 10:05:07 -08:00
Sarah Edwards
7ae7c88a60
Document deployment branches ( #17573 )
...
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com >
2021-02-17 17:08:24 +00:00
Octomerger Bot
fdca57c763
Branch was updated using the 'autoupdate branch' Actions workflow.
2021-02-15 19:22:59 +10:00
jmarlena
890ffb1c3a
Apply suggestions from code review
2021-02-14 14:56:57 -08:00
Martin Lopes
07572d557e
Merge branch 'main' into patch-1
2021-02-11 11:24:55 +10:00
Vanessa Yuen
915120b1e8
Merge branch 'main' into repo-sync
2021-02-10 10:34:56 +01:00
Arijit Basu
c7178833f2
Add --fail to exit with non-zero return code when curl fails to create a PR. ( #3187 )
2021-02-10 03:55:13 +00:00
Octomerger Bot
d58b7ffb9e
Branch was updated using the 'autoupdate branch' Actions workflow.
2021-02-10 09:08:16 +10: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
Chiedo John
c853cd100e
Merge branch 'main' into repo-sync
2021-02-09 08:13:17 -05:00
Stefan Jaud
e5d45c8e34
Correcting a typo in code ( #3492 )
2021-02-09 14:44:27 +10:00
Alena Sviridenko
6e072b619b
Update for GH Actions hosted runners specification and usage ( #17700 )
...
* updated runner specification and usage guidelines
* removed extra line
* added screenshot
* Updated wording
Co-authored-by: Sarah Edwards <skedwards88@github.com >
Co-authored-by: Sarah Edwards <skedwards88@github.com >
2021-02-08 20:59:50 +00:00
Glenn 'devalias' Grant
0f4b5e18f8
fix outdated link in events-that-trigger-workflows.md
2021-02-07 12:48:06 +11:00
Yaron Elyashiv
6720fa871d
Fix misleading example ( #3194 )
2021-01-29 15:28:30 -08:00
Pablo Espinosa
a4d1c8b098
Improved the example of Setting an Environment Var ( #2488 )
...
Co-authored-by: Sarah Edwards <skedwards88@github.com >
2021-01-29 11:08:13 -08:00
Juan Julián Merelo Guervós
1c06a5087f
Add an example that helps use custom commands as "shell" ( #2647 )
...
Co-authored-by: Sarah Edwards <skedwards88@github.com >
2021-01-25 12:56:56 -08:00
José De Freitas
c85c9c4ec6
Add dots after words ( #2951 )
2021-01-22 16:24:00 -08:00
Alena Sviridenko
2c52ea7014
Update note for macOS 11.0 runner accessibility ( #17408 )
...
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com >
2021-01-22 08:07:08 +00:00
Sarah Edwards
d9f0360cd5
[Do not merge until feature ship] Full length SHAs required for actions ( #17293 )
...
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com >
2021-01-21 18:49:17 +00:00
Michael Freidgeim
ffe3da2392
Added if conditional environment variable example ( #2485 )
...
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com >
Co-authored-by: Martin Lopes <martin389@github.com >
2021-01-21 16:03:43 +10:00
Martin Lopes
8f25ad7743
Merge branch 'main' into patch-1
2021-01-20 09:26:48 +10:00
Sarah Edwards
9444c7bd67
Document how fromJSON can return a JSON data type ( #17285 )
...
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com >
2021-01-19 17:17:13 +00:00
Nick Schonning
d9167f1449
chore: Add missing code fence languages ( #772 )
...
* chore: Add missing code fence languages
* Update content/actions/creating-actions/dockerfile-support-for-github-actions.md
* Add raw & endraw markers around shell content
See review comment by @rachmari
* Add raw & endraw markers around shell content
See review comment by @rachmari
* Remove language from code fences
to avoid the problem of replaceable text indicates like
<this> not showing up in the output page.
Co-authored-by: hubwriter <hubwriter@github.com >
2021-01-18 12:04:46 +00:00
Logan Kilpatrick
8a4007dfd0
Update workflow-syntax-for-github-actions.md ( #2353 )
2021-01-18 15:34:59 +10:00
Simran
ad5c362c63
Actions: env context cannot be used in job.<job_id>.if ( #1803 )
2021-01-14 12:32:17 -08:00
Konrad Pabjan
fa187a7c03
Document notifications for scheduled workflows ( #17155 )
2021-01-14 13:24:16 +01:00
Shati Patel
5d9714a28d
Merge branch 'main' into repo-sync
2021-01-14 08:22:42 +00:00
Lucas Costi
b22687a0c4
Update Actions runner IP address section ( #17197 )
...
Co-authored-by: Martin Lopes <martin389@github.com >
2021-01-14 06:01:01 +00:00
Martin Lopes
2bb5fb7e14
Merge branch 'main' into patch-1
2021-01-14 15:41:15 +10:00
Martin Lopes
b1a2184fb1
Explain when to use default variables in a context and an environment ( #16650 )
...
* Added "Determining which type of environment variables to use"
* Moved into reusable, added to various locations
* Added some small edits
* Some rewording
* Revised example
* Removed reusable reference from one location
* Update context-and-expression-syntax-for-github-actions.md
* Fixed merge conflict
* Update environment-variables.md
* Apply suggestions from code review
Co-authored-by: Sarah Edwards <skedwards88@github.com >
* Update using-context-or-environment-variables.md
* Clarified locations of context variables
* Clarified the distinction between contexts and default environment variables
* Moved section up
* Clarified that _most_ contexts can be used anywhere
Co-authored-by: Sarah Edwards <skedwards88@github.com >
2021-01-14 14:58:31 +10:00
Martin Lopes
4a73969ca3
Merge branch 'main' into patch-1
2021-01-14 13:13:36 +10:00
Martin Lopes
fd26bf7e7d
Update environment-variables.md
2021-01-13 10:12:02 +10:00
Martin Lopes
ca5e74934a
Merge branch 'main' into patch-1
2021-01-12 12:35:37 +10:00
Martin Lopes
1befb88ca4
Added note from tech review
2021-01-08 17:45:10 +10:00
Martin Lopes
232d7a5e60
Merge branch 'main' into patch-1
2021-01-08 13:46:23 +10:00