Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

material-foundation/material-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Material Automation

This repo contains our Github App backend built using Swift that runs on a Google App Engine flexible environment.

Usage (xcodebuild)

To build the project and generate an xcode project: swift build swift package generate-xcodeproj

Then open the project in xcode and you are good to go!

You can now build and run the server locally by choosing the MaterialAutomation target in your Xcode.

Current Features

The backend is listening to Github activity through the /webhook endpoint. This endpoint is set up as the Webhook URL when creating the Github App. It then does operations based on the data it has received.

We currently support:

  • Live labeling for new Pull Requests
  • Live labeling for new Issues
  • Bulk labeling for existing Pull Requests and Issues

About

A Swift backend connected to our Github App for automation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published