abhijeetps / weekly-digest

Weekly summary of activity on your GitHub repository :calendar:
https://github.com/apps/weekly-digest
ISC License
242 stars 29 forks source link

Can we remove code access for the probot? #67

Open robertwenquan opened 5 years ago

robertwenquan commented 5 years ago

Can we explain why we need code access from this probot? Is it possible to remove it? This becomes a blocker for us to adopt the probot.

abhijeetps commented 5 years ago

Hey @robertwenquan ! 👋 The app only accesses the file .github/weekly-digest.yml (if it exists), which has some configuration to configure Weekly Digest app as per your need. See: https://github.com/probot/weekly-digest/blob/master/docs/configuration.md The app is asking permission to access only .github/weekly-digest.yml file of your repo. Hope this helps. 😄

GitHub
probot/weekly-digest
Weekly summary of activity on your GitHub repository :calendar: - probot/weekly-digest
robertwenquan commented 5 years ago

Hi @abhijeetps Thanks for your reply. So if you know https://github.com/apps/stale/ they don't need access to code. But they also have a config file under .github/stale.yml

GitHub
Build software better, together
GitHub is where people build software. More than 28 million people use GitHub to discover, fork, and contribute to over 85 million projects.
robertwenquan commented 5 years ago

Any update on this? Is it possible to not require the code access by default?