* 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>
* 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>
* 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>