-
Notifications
You must be signed in to change notification settings - Fork 319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Danger #634
Danger #634
Conversation
That is a great idea! What do we need to make it work? Should I just merge it or maybe there is some account needed or what? |
Weird, it still complains that env var does not exist. I'll look into that a little bit later (maybe today in the evening), somewhat busy right now. P.S. Do you think you need to delete your comment with an API key? |
Okay, I'm really not sure how to make it work. I've added |
ignore the CI failure it's about pipenv, see #643 |
Okay, I was blind. :-)) |
I guess now the PR should be updated against master. |
Generated by 🚫 dangerJS |
Ah! Encrypted (hidden) values are not available to pull requests! But can we have this variable in the open? |
it should be fine, as the token only allows @osgameclonesbot to comment on PRs in this repo ( |
This PR creates a stub integration with Danger CI, as mentioned in #540. The only thing it currently does is list the files changed. You can see an example here: https://github.com/cxong/osgameclones/pull/3
To complete integration, we need to add an environment variable to travis with key/value:
DANGER_GITHUB_API_TOKEN
andae25f569fe4418a062e55abddc8c2d971700918a
. This allows @osgameclonesbot to post comments to PRs. I can also provide login details to @osgameclonesbot if anyone else in @opengaming wants to manage this account.I'll create more PRs in the future to add interesting danger checks like those described in #540.