Skip to content

rileyajones/amp-github-apps

 
 

Repository files navigation

GitHub Apps for the AMP Project

code style: prettier

Contact: @ampproject/wg-infra

This repository contains the source code of GitHub Apps designed specifically for the AMP Project.

Apps

This GitHub App performs checks on the size of the compiled AMP bundle, and blocks pull requests from being merged without specific approval from the team that maintains the bundle size.

The app runs on an instance of Google AppEngine and is installed exclusively on the ampproject/amphtml repository.

This ExpressJS App generates and displays a chart of the bundle sizes history of compiled AMP files.

The app runs on an instance of Google AppEngine and is deployed at https://amp-bundle-size-chart.appspot.com/.

A web service that suggests approvers for a GitHub pull request based on OWNERS files and enforces reviews by OWNERS as a GitHub status check.

The app runs on an instance of Google AppEngine and is installed exclusively on the ampproject/amphtml repository. It can be trivially deployed to other organizations and repositories.

A GitHub App which deploys a PR branch to a static website when you ask it to.

Websites are served by a Google Cloud Storage bucket.

The app runs on an instance of Google AppEngine and is installed exclusively on the ampproject/amphtml repository.

This GitHub App reports metrics for the repository and scores each metric on a common scale.

The app runs on an instance of Google AppEngine and is installed exclusively on the ampproject/amphtml repository. It can be trivially deployed to other organizations and repositories.

A ReactJS, Express and MySQL web app that displays AMPHTML release activity on a calendar.

The app runs on an instance of Google AppEngine.

This GitHub App reports the status of different test types on the AMPHTML repository, and allows the build cop to skip flaky tests.

The app runs on an instance of Google AppEngine and is installed exclusively on the ampproject/amphtml repository.

About

GitHub Apps for the AMP Project

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 52.1%
  • TypeScript 32.5%
  • Python 11.5%
  • HTML 2.2%
  • SCSS 0.8%
  • Shell 0.7%
  • Other 0.2%