Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 574 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 574 Bytes

autopr

Automatically open topic pull requests from Anicca update notifications

Dependencies

Deployment

The following variables must be set before running autopr:

  • autopr_webhook: URL of the GitHub Webhook
  • bot_name: Username of the autopr bot
  • github_token: Personal access token of the GitHub identity
  • repo_url: URL to the Anicca repository
  • update_list: Path to the update_list file

The variables above can be stored in an .env file at the working directory.