* Deprecate 3.0
* 3.0 deprecation: remove 3.0 markup (#25647)
* Remove liquid conditionals and content for 3.0 deprecation
* Remove manually, no longer versioned in a supported version
* Remove translations manually, no longer versioned in a supported version
* Remove 'if', now in all supported versions
* Remove dangling 'elseif', now in all supported versions
* Remove dangling 'elseif' and 3.0 screenshot reference, now in all supported versions
* Nudge to latest supported GHES version
* Nudge to latest supported release GHES version
* Bump all the version for the liquid tests
* Bump first deprecated version for linting tests
* Prefer double quotes
Co-authored-by: Laura Coursen <lecoursen@github.com>
* Prefer double quotes
Co-authored-by: Laura Coursen <lecoursen@github.com>
* Prefer double quotes
Co-authored-by: Laura Coursen <lecoursen@github.com>
* Prefer double quotes
Co-authored-by: Laura Coursen <lecoursen@github.com>
* Prefer double quotes
Co-authored-by: Laura Coursen <lecoursen@github.com>
* Prefer double quotes
Co-authored-by: Laura Coursen <lecoursen@github.com>
* Prefer double quotes
Co-authored-by: Laura Coursen <lecoursen@github.com>
* Prefer double quotes
Co-authored-by: Laura Coursen <lecoursen@github.com>
* Prefer double quotes
Co-authored-by: Laura Coursen <lecoursen@github.com>
* Remove extra newline
Co-authored-by: Laura Coursen <lecoursen@github.com>
* Remove extra newline
Co-authored-by: Laura Coursen <lecoursen@github.com>
* Remove extra newline
Co-authored-by: Laura Coursen <lecoursen@github.com>
* One reusable per line
Co-authored-by: Laura Coursen <lecoursen@github.com>
* One reusable per line
Co-authored-by: Laura Coursen <lecoursen@github.com>
* One reusable per line
Co-authored-by: Laura Coursen <lecoursen@github.com>
* Version check not needed anymore
Co-authored-by: Laura Coursen <lecoursen@github.com>
* Version check not needed anymore
Co-authored-by: Laura Coursen <lecoursen@github.com>
* Version check not needed anymore
Co-authored-by: Laura Coursen <lecoursen@github.com>
* Version check not needed anymore
Co-authored-by: Laura Coursen <lecoursen@github.com>
* Version check not needed anymore
Co-authored-by: Laura Coursen <lecoursen@github.com>
* Version check not needed anymore
Co-authored-by: Laura Coursen <lecoursen@github.com>
* Version check not needed anymore
Co-authored-by: Laura Coursen <lecoursen@github.com>
* Stray whitespace ✂️
Co-authored-by: Laura Coursen <lecoursen@github.com>
* Stray whitespace ✂️
Co-authored-by: Laura Coursen <lecoursen@github.com>
* Stray whitespace ✂️
Co-authored-by: Laura Coursen <lecoursen@github.com>
* Stray whitespace ✂️
Co-authored-by: Laura Coursen <lecoursen@github.com>
* Stray whitespace ✂️
Co-authored-by: Laura Coursen <lecoursen@github.com>
* Stray whitespace ✂️
Co-authored-by: Laura Coursen <lecoursen@github.com>
* Stray whitespace ✂️
Co-authored-by: Laura Coursen <lecoursen@github.com>
* Stray whitespace ✂️
Co-authored-by: Laura Coursen <lecoursen@github.com>
* Version check not needed anymore
Co-authored-by: Laura Coursen <lecoursen@github.com>
* Version check not needed anymore
Co-authored-by: Laura Coursen <lecoursen@github.com>
* Just 'ghes' since we're deprecating 3.0
Co-authored-by: Laura Coursen <lecoursen@github.com>
* Just 'ghes' since we're deprecating 3.0
Co-authored-by: Laura Coursen <lecoursen@github.com>
* Just 'ghes' since we're deprecating 3.0
Co-authored-by: Laura Coursen <lecoursen@github.com>
* Just 'ghes' since we're deprecating 3.0
Co-authored-by: Laura Coursen <lecoursen@github.com>
* Just 'ghes' since we're deprecating 3.0
Co-authored-by: Laura Coursen <lecoursen@github.com>
* Just 'ghes' since we're deprecating 3.0
Co-authored-by: Laura Coursen <lecoursen@github.com>
* Just 'ghes' since we're deprecating 3.0
Co-authored-by: Laura Coursen <lecoursen@github.com>
* Just 'ghes' since we're deprecating 3.0
Co-authored-by: Laura Coursen <lecoursen@github.com>
* Don't depend on hardcoded versions
Co-authored-by: Laura Coursen <lecoursen@github.com>
* Remove static files for 3.0 deprecation (#25649)
Co-authored-by: Laura Coursen <lecoursen@github.com>
* 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>
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>
* First run of script
* Get the app running --- ish
* Get NextJS working
* Remove `node:`
* Get more tests passing in unit directory
* Update FailBot test to use nock
* Update test.yml
* Update Dockerfile
* tests/content fixes
* Update page.js
* Update build-changelog.js
* updating tests/routing
* Update orphan-tests.js
* updating tests/rendering
* Update .eslintrc.js
* Update .eslintrc.js
* Install jest/globals
* "linting" tests
* staging update to server.mjs
* Change '.github/allowed-actions.js' to a ESM export
* Lint
* Fixes for the main package.json
* Move Jest to be last in the npm test command so we can pass args
* Just use 'npm run lint' in the npm test command
* update algolia label script
* update openapi script
* update require on openapi
* Update enterprise-algolia-label.js
* forgot JSON.parse
* Update lunr-search-index.js
* Always explicitly include process.cwd() for JSON file reads pathed from project root
* update graphql/update-files.js script
* Update other npm scripts using jest to pass ESM NODE_OPTIONS
* Update check-for-enterprise-issues-by-label.js for ESM
* Update create-enterprise-issue.js for ESM
* Import jest global for browser tests
* Convert 'script/deploy' to ESM
Co-authored-by: Grace Park <gracepark@github.com>
Co-authored-by: James M. Greene <jamesmgreene@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>
* 3.1 megabranch
* these should be in a topic branch to avoid unnecessary ci failures
* add copies of 3.0 schema files
* update link veresion from 3.0 -> 3.1
* update correct version 🤦♀️
* update with 3.1 version links
* first stab of this work
* fix product variable and links to section that has been moved
* simplify Liquid conditions
* elsif
* Update content/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions.md
Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>
* [GHES 3.1] Code scanning: SARIF limit increased to 5000 (#18539)
* revert api previews
* delete 3.1 preview
* Revert "delete 3.1 preview"
This reverts commit 0a7df3e17a1e182e5b01b0fdafacb6bb19100f70.
* regenerate decorated file
* make security policy docs available in GHES 3.1 and GHAE docs
* adapt for GHES/GHAE and remove the word
* revert a whole bunch of stuff
* more reverting and further updating
* update links to Adding a security policy to your repo article
* fix broken links and remove responsibly
* simplify Liquid versioning
* Update content/code-security/getting-started/adding-a-security-policy-to-your-repository.md
Co-authored-by: Felicity Chapman <felicitymay@github.com>
* address comment
* Remove overcomplicated versioning (#18934)
* Update information on licensing and billing for GHES 3.1 (#18835)
* regenerate graphql files with new prerendered input object
* add release notes placeholder file
* add scaffolding
* use real date
* ✂️ 3.1 schema added accidentally
* update enterprise release dates
* add base files
* Correct versioning for branch renaming and master to main transition in GHES docs (#19050)
* update versioning
* apply Alistair's suggestion
* add new cached index names
* Update docs for code scanning in external CI to cover CodeQL CLI usage (#19030)
* 3893 add missing flag for GHES and GHAE (next) users (#19129)
* [GHES 3.1] Release candidate 1 release notes (#18419)
* fleshing out the 33.1 RC1 release notes
* update with moreee
* really flesh it all out
* format a bit
* fix linter errors
* fix errors again
* add quotes around heading with Liquid
* placeholder to get error fixed
* add quotes
* just remove thoose things
* typo
* Update 0-rc1.yml
* update with feedback
* add workflow beta
* upload increase
* some last changes
* change the date
* fix links
Co-authored-by: Sarah Schneider <sarahs@github.com>
Co-authored-by: Rachael Sewell <rachmari@github.com>
* Conflict resolution between 19082 and 3.1 Megabranch (#19158)
* Fix typo in new reusable
* delete 3.1 rest schema files
* Update OpenAPI Descriptions (#19166)
* last minute additions yikes
* redeploy staging
Co-authored-by: Melanie Yarbrough <11952755+myarb@users.noreply.github.com>
Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>
Co-authored-by: mchammer01 <42146119+mchammer01@users.noreply.github.com>
Co-authored-by: skedwards88 <skedwards88@github.com>
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
Co-authored-by: Felicity Chapman <felicitymay@github.com>
Co-authored-by: Meg Bird <megbird@github.com>
Co-authored-by: Sarah Schneider <sarahs@github.com>
Co-authored-by: github-openapi-bot <69533958+github-openapi-bot@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>