probot / template

Template for new Probot apps
https://probot.github.io/docs/development/#generating-a-new-app
ISC License
51 stars 166 forks source link

Use config.yml instead of stale.yml #55

Closed itaditya closed 6 years ago

itaditya commented 6 years ago

Hi I was wondering, why are we putting stale.yml in .github folder. Shouldn't we put config.yml or {{ name }}.yml instead ?

hiimbex commented 6 years ago

This is here to actually make the stale bot act on this repository, not for creating the template. We don't currently have any other apps that need configuration acting on this repo.

itaditya commented 6 years ago

But when I use npx create-probot-app I get this file too :sweat_smile: , I'm guessing this is an unintended side effect.

hiimbex commented 6 years ago

Good point, that definitely is an unintended side effect.

I think we should probably remove it in that case. Wanna open a PR for that?

cc/ @bkeepers since you added the file

bkeepers commented 6 years ago

👍 I agree about removing it.

itaditya commented 6 years ago

Should I remove the .github folder or just the stale.yml file ?

hiimbex commented 6 years ago

The whole folder

itaditya commented 6 years ago

Ok