Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.85 KB

README.md

File metadata and controls

41 lines (24 loc) · 1.85 KB

group-to-teams-sync-bot

Billiam the Octocat helping folks get into teams.

Groups (currently Azure Active Directory Only) to GitHub Teams sync

CodeQL Docker Pulls CodeFactor codecov

Before submitting a new Feature request, please check existing open and closed Issues

Static Badge

Important Commands

# Run the application in "dev" mode and watch for changes
npm run dev
# Generate models from the openapi definition
npm run openapi

Application Configuration

See ./docs/ApplicationConfiguration.md for further details!

Per-Organization Configuration

See ./docs/OrganizationConfiguration.md for further details!

Running the sync bot

See ./docs/RunningTheApp.md for further details!

Useful Tools