Skip to content

Instantly share code, notes, and snippets.

View peterbe's full-sized avatar

Peter Bengtsson peterbe

View GitHub Profile
---
title: GitHub Actions documentation
breadcrumbs:
headings:
popularity: 0.3824405
objectID: /en/actions
intro: Automate, customize, and execute your software development workflows right in your repository with GitHub Actions. You can discover, create, and share actions to perform any job you'd like, including CI/CD, and combine actions in a completely customized workflow.
---
GitHub Actions documentation
---
title: GitHub Actions documentation
breadcrumbs:
headings: Guides All GitHub Actions docs
popularity: 0.3824405
objectID: /en/actions
intro: Automate, customize, and execute your software development workflows right in your repository with GitHub Actions. You can discover, create, and share actions to perform any job you'd like, including CI/CD, and combine actions in a completely customized workflow.
---
GitHub Actions documentation
url count_
/phpbb3 2
/frand2 2
/phplist 2
/.cvsignore 2
/.history 2
/.forward 2
/phpBB3 2
/.cvs 2
/.perf 2
HAD_TO_CHEERIO : {"html":"<p>If your repository requires reviews, pull requests must have a specific number of approving reviews from people with <em>write</em> or <em>admin</em> permissions in the repository before they can be merged.</p>"}
HAD_TO_CHEERIO : {"html":"<p>You can personalize GitHub Codespaces by using a <code>dotfiles</code> repository on GitHub or by using Settings Sync.</p>"}
HAD_TO_CHEERIO : {"html":"<p>Create a pull request to propose and collaborate on changes to a repository. These changes are proposed in a <em>branch</em>, which ensures that the default branch only contains finished and approved work.</p>"}
HAD_TO_CHEERIO : {"html":"<p>If your repository requires reviews, pull requests must have a specific number of approving reviews from people with <em>write</em> or <em>admin</em> permissions in the repository before they can be merged.</p>"}
HAD_TO_CHEERIO : {"html":"<p>After <a href=\"/en/marketplace/listing-on-github-marketplace/creating-a-draft-github-marketplace-listing\">creating
url count_
/zh/get-started/.env.docs 2
/_next/static/.env 2
/zh/site-policy/.env_sample 2
/_next/static/ACitfX18__IMXCzy9DWtx/.env 2
/_next/static/chunks/.env 2
/_next/static/On8pNTyou_h5OMi_4wSn3/.env 2
/zh/code-security/dependabot/api/.env 2
/_next/static/.env.dev 2
/_next/static/ACitfX18__IMXCzy9DWtx/.env.dev 2
import fs from 'fs'
import { loadPageMap, loadPages, loadSiteTree, loadUnversionedTree } from './lib/page-data.js'
import contextualize from './middleware/context.js'
import shortVersions from './middleware/contextualizers/short-versions.js'
import features from './middleware/contextualizers/features.js'
async function getInfo(page, permalink) {
const pathname = permalink.href
const renderingReq = {
path: pathname,
import got from 'got'
async function main() {
const N = 300
const t0 = Date.now()
const responses = await Promise.all(
Array.from(Array(N).keys()).map(async (i) => {
// const r = await got(`https://docs.github.com/en/search?query=${Math.random()}`, {
const r = await got(`https://docs.github.com/healthz-${Math.random()}`, {
// const r = await got(`https://docs.github.com/healthz-`, {
URL: /en/code-security/codeql-cli/codeql-cli-manual
URL: /en/code-security/codeql-cli/codeql-cli-manual/bqrs-decode
URL: /en/code-security/codeql-cli/codeql-cli-manual/bqrs-diff
URL: /en/code-security/codeql-cli/codeql-cli-manual/bqrs-hash
URL: /en/code-security/codeql-cli/codeql-cli-manual/bqrs-info
URL: /en/code-security/codeql-cli/codeql-cli-manual/database-add-diagnostic
URL: /en/code-security/codeql-cli/codeql-cli-manual/database-bundle
URL: /en/code-security/codeql-cli/codeql-cli-manual/database-cleanup
URL: /en/code-security/codeql-cli/codeql-cli-manual/database-export-diagnostics
URL: /en/code-security/codeql-cli/codeql-cli-manual/database-import
#!/bin/bash
set -e
Time jest tests/unit tests/meta src/events tests/graphql
Time jest src/search/tests
Time jest tests/routing
Time jest tests/content
Time jest tests/rendering/
ENABLED_LANGUAGES=all Time jest tests/translations
#!/bin/bash
# set -e
Time jest tests/unit tests/meta src/events tests/graphql
Time jest src/search/tests
Time jest tests/routing
Time jest tests/content
Time jest tests/rendering/
ENABLED_LANGUAGES=all Time jest tests/translations