* 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>
* Describe new "only notify requested members" changes
* Rename file
* Update links
* Update gated feature callout
* Restructure a bit
* Use feature flag
* Rearrange conditional
* Fix procedural versioning
* Restructure again
* Remove screenshot
* Fix versioning
* Split out version for recent other enhancements
* This will be shipped in GHES 3.4 not 3.5
* Close liquid tag
* Remove incorrect table row
Co-authored-by: Laura Coursen <lecoursen@github.com>
Co-authored-by: Melanie Yarbrough <11952755+myarb@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
* Add & Update Meta to Secret Scanning Partner List
* update Facebook to Meta
* rearrange Meta in the list so that it's alphabetical
* Update data/reusables/secret-scanning/partner-secret-list-public-repo.md
Co-authored-by: Grey Baker <greysteil@github.com>
* Update data/reusables/secret-scanning/partner-secret-list-private-repo.md
Co-authored-by: Grey Baker <greysteil@github.com>
Co-authored-by: Grey Baker <greysteil@github.com>
* adding about paragraph for visual studio content, giving other visual studio related links
* crossing linking to forwarding ports guide
* Adding some additional papercuts
* Adds description of GHEC dormancy reporting
* Remove unneeded if statement
* Only show dormant user section to dotcom users
* Extract common text to a data reusable
* Extract all duplicate content to reusables
* add note, warning, download instructions
* fix versioning
* remove dormancy criteria, add link
Co-authored-by: vgrl <vgrl@github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>