Skip to content
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

Github Workflow #50

Closed
BugRoger opened this issue Sep 22, 2017 · 4 comments
Closed

Github Workflow #50

BugRoger opened this issue Sep 22, 2017 · 4 comments

Comments

@BugRoger
Copy link
Contributor

Automate project management nuisances:

https://probot.github.io/apps/
https://github.com/lgtmco/lgtm
https://github.com/zalando/zappr

@BugRoger
Copy link
Contributor Author

Added the https://probot.github.io/apps/stale/ as a test. It will icebox issues without any activity for 30 days... We can still pick them up again if actually needed. I like this because it auto-cleans the "backlog" and all remaining open issues are at least somewhat relevant in the near future.

@BugRoger
Copy link
Contributor Author

Added Travis for Build. Concourse for Deployments. This gives us built status tracking on commits and PRs.

Activated branch protection and disabled force-push to master. In addition a PR can now only be merged if the Travis Build is green and an Owner approved the PR.

@BugRoger
Copy link
Contributor Author

Also added the WIP bot. If you don’t want your PR to be merged accidentally, add the word "wip" or "WIP" to its title and WIP bot will set its status to error

@BugRoger
Copy link
Contributor Author

Also added a CODEOWNERS. See: https://help.github.com/articles/about-codeowners/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant