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

Using GitHub features to manage repository easily #50

Closed
erdaltsksn opened this issue Jul 10, 2020 · 3 comments · Fixed by #51
Closed

Using GitHub features to manage repository easily #50

erdaltsksn opened this issue Jul 10, 2020 · 3 comments · Fixed by #51

Comments

@erdaltsksn
Copy link
Contributor

Github offers a lot of features via special .github folder. Do you have any plan to adapt any of them? For example:

  • Pull Request Template
  • Issue Templates (multiple)
  • Workflows (instead of travis)
  • Dependabot (beta - Check go.mod file and automatically create a pull request if one of the dependency is outdated.)

All of the above used by my repositories. You can check https://github.com/erdaltsksn/gh-label/tree/master/.github to see them.
NOTE: This app gh-label uses go-keyring so I link it.

If you are willing to adapt, I'm ready to work on it and create a pull request for it.

@mikkeloscar
Copy link
Member

I think Pull Request Template and Issue Templates are not needed for this repository as it's limited how many issues we currently get so the structure doesn't need to be enforced at this point IMO.

By workflows do you mean Github Actions or is it a different thing? I don't mind switching to that over travis just note that we have a little bit of a complex setup in order to test the linux integration so it may be tricky to do in Github actions?

Dependabot we're currently trying out for some of our repos. We would like to not enable it here for now as it currently creates more toil than it helps for us.

@erdaltsksn
Copy link
Contributor Author

GitHub Actions and workflows. They are same. I managed to configure the action.

https://github.com/erdaltsksn/go-keyring/actions/runs/164304657

I think there is a problem with the newer version of Linux.

ref: https://askubuntu.com/questions/1080896/what-replaced-pythons-gnomekeyring-module-in-ubuntu-18-04-bionic

@mikkeloscar
Copy link
Member

Interesting, at least it would work for another year, and we would have the same issue of 16.04 running EOL on travis at some point (April 2021).

So the Github Action change is welcome :)

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

Successfully merging a pull request may close this issue.

2 participants