1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Start a few READMEs in src (#36125)

This commit is contained in:
Kevin Heis
2023-04-18 17:06:17 -07:00
committed by GitHub
parent d49f1dab22
commit baea86836f
3 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# Automated pipelines
Our automated pipelines directory contains code shared by our automated pipelines, including REST, GraphQL, Webhooks, CodeQL, and GitHub Apps.
## What is automated pipelines
An automated pipeline adds automatically generated content to docs.github.com
## How does it work
## How to get help

11
src/codeql-cli/README.md Normal file
View File

@@ -0,0 +1,11 @@
# CodeQL CLI
Our CodeQL CLI pipeline adds automated documentation on docs.github.com.
## What is CodeQL CLI
CodeQL is an intelligent code scanning service that checks for security issues in code.
## How does it work
## How to get help

11
src/github-apps/README.md Normal file
View File

@@ -0,0 +1,11 @@
# GitHub Apps
Our GitHub Apps pipeline adds automated documentation for GitHub Apps.
## What is GitHub Apps
GitHub Apps is a GitHub product that allows custom applications to respond to events on GitHub.
## How does it work
## How to get help