# Copy to config.yaml and fill in secrets. # config.yaml is svn:ignore'd (tokens/passwords); this file is safe to commit. github: token: "" # PAT with public repo read org: apache api_url: https://api.github.com/graphql # Optional floor between successful pages; primary throttle is 429 / rate headers page_sleep: 0.0 ldap: uri: ldaps://ldap-us.apache.org bind_dn: "uid=YOUR_ASF_ID,ou=people,dc=apache,dc=org" bind_password: "" paths: events_db: ./data/events.sqlite report_dir: ./data/reports bots: logins: - dependabot[bot] - dependabot-preview[bot] - renovate[bot] - renovate-bot - github-actions[bot] - greenkeeper[bot] - codecov[bot] - mergebot - asfgit - apache-gitbox suffix: "[bot]" scrape: include_archived: true skip_forks: true # empty = all repos; set names for smoke tests only_repos: [] # Max unfinished repos to attempt this run (success or failure). 0 = no limit. max_to_try: 0