1
0
mirror of synced 2025-12-23 11:54:18 -05:00
Commit Graph

23 Commits

Author SHA1 Message Date
Sarah Edwards
abb2c01e43 Update events that trigger workflows docs (#23954)
Co-authored-by: Jacob Wallraff <thyeggman@github.com>
Co-authored-by: hubwriter <hubwriter@github.com>
2022-01-13 15:12:16 -08:00
Simon Engledew
64957b719c code-scanning: update webhook example with new fields (#23571)
Co-authored-by: Thomas Horstmeyer <73262256+cannist@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2021-12-13 18:15:26 +00:00
Sarah Edwards
52893a6bce Sunset content attachments (#23285) 2021-12-03 00:28:55 +00:00
antn
e44f3e7423 add node_id to discussion category payloads (#23137) 2021-11-30 07:02:21 +00:00
Patrick Ellis
4b5e01365c Use in_progress workflow_job example, not queued (#22880)
* Use in_progress workflow_job example, not queued

### tl;dr

This changes the example `workflow_job` payload to be an `in_progress` event instead of `queued` event.

### why

In #22174, I added some keys to the example workflow_job json. This was correct, but by adding non-null _values_, **I introduced a subtle bug**.

It's a bug because a `queued` workflow is—by definition—_not_ yet assigned to a runner. So all the `runner_*` attributes will be `null` in the real world. 

After the workflow becomes `in_progress`, all the values are guaranteed to exist. So let's change the example to be an `in_progress` event, since it's a better example for documentation.

* Explain more about the runner_* attributes in "workflow_job_properties.md"

* Consistentize naming

Co-authored-by: Martin Lopes <martin389@github.com>
Co-authored-by: hubwriter <hubwriter@github.com>
2021-11-17 15:48:31 +00:00
Patrick Ellis
650668d112 Update workflow_job.payload.json (#22174) 2021-10-15 23:39:28 +00:00
Edward Thomson
962a67f26c webhooks: document the undocumented pieces of the push webhook (#21792)
Co-authored-by: Sarah Edwards <skedwards88@github.com>
2021-10-01 15:31:43 -07:00
Martin Lopes
bfc959c4f2 [September 20, 2021] Autoscaling for ephemeral self-hosted runners (#20119)
Co-authored-by: Ross Brodbeck <hross@users.noreply.github.com>
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
Co-authored-by: Patrick Ellis <patrick.j.ellis@gmail.com>
2021-09-20 13:29:16 -04:00
Carlos Duarte Do Nascimento (Chester)
719d691d59 Add documentation for branch protection rule webhook (#21177) 2021-08-31 14:43:03 +00:00
Rachael Sewell
25c19c13aa fix typo found by @adityatheoctocatdev (#20303)
Co-authored-by: Aditya Patel adpatel162@outlook.com
2021-07-12 15:15:57 -07:00
hubwriter
287a857511 Update Packages docs for Container registry GA (#19987)
* Update packages landing page

* Docs updates for Container reg GA

* Update billing note

* Delete CR feature preview files

* Fix broken link

* Remove github.ref from workflows

See https://github.com/github/docs-internal/pull/19953

* Put 3rd party action message in a reusable

* Update content/billing/managing-billing-for-github-packages/about-billing-for-github-packages.md

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

* Update content/packages/learn-github-packages/deleting-and-restoring-a-package.md

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

* Update content/packages/working-with-a-github-packages-registry/migrating-to-the-container-registry-from-the-docker-registry.md

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

* Update content/packages/working-with-a-github-packages-registry/migrating-to-the-container-registry-from-the-docker-registry.md

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

* Update content/packages/working-with-a-github-packages-registry/working-with-the-container-registry.md

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

* Update content/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions.md

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

* fix bug with wbr breaking a link inside a code tag inside a table

* Make revisions suggested by Nilofer

See https://github.com/github/docs-internal/pull/19987/files#r655014673

* Mention that migration is happening gradually

* Reapply change suggested by Shayne

* Fix punctuation

* Remove bad link

Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
Co-authored-by: Sarah Schneider <sarahs@github.com>
Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com>
Co-authored-by: Melanie Yarbrough <11952755+myarb@users.noreply.github.com>
2021-06-21 15:10:12 -04:00
Mike McDonald
7dca4e6c63 Adding to RVA payload (#18925)
Co-authored-by: Janice <janiceilene@github.com>
2021-04-30 15:06:03 -07:00
Sarah Vessels
2b21146d23 Add new fields to sample Sponsors webhooks (#18548) 2021-04-02 17:11:58 +00:00
Laura Coursen
3ae481ea7b Add webhook events for discussions (#18442) 2021-03-30 17:38:13 +00:00
mc
677fd3f1d2 Merge branch 'main' into 3814-master-main 2021-03-12 14:13:00 +00:00
Mike McDonald
c154fa7e83 Correcting RVA webhook payload 2021-03-12 12:39:04 +00:00
shati-patel
513453ead6 Update webhook examples 2021-03-12 11:41:29 +00:00
wolfy1339
b3924aa461 fix: change sender field for CodeScanningAlert event to match other payloads (#3855) 2021-02-25 09:15:42 +00: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
Natasha Umer
2df6837969 Update Sender Field For Code Scanning 2021-02-12 18:07:36 +00:00
Ivan Žužak
eca05af8f6 Account objects in marketplace purchase webhook event also have node_id (#16772)
* account objects in marketplace purchase event also have node_ud

* account objects in marketplace purchase event also have node_ud

* account objects in marketplace purchase event also have node_id

* account objects in marketplace purchase event also have node_id

Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com>
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2020-12-15 07:19:09 +00:00
mc
8025d9216d Secret scanning webhooks & APIs (#16608)
Co-authored-by: shati-patel <shati-patel@github.com>
Co-authored-by: Grey Baker <greysteil@github.com>
Co-authored-by: Prashanth Kannan <prashkan@github.com>
Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>
Co-authored-by: Melanie Yarbrough <11952755+myarb@users.noreply.github.com>
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2020-12-04 09:39:29 +10:00
Vanessa Yuen
3df90fc9b8 Hello git history spelunker!
Are you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy! 🎉
2020-09-27 14:10:11 +02:00