sbt / sbt-web

Library for building sbt plugins for the web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis CI dropped

eed3si9n opened this issue · comments

Given the poor handling of the recent security incident (https://arstechnica.com/information-technology/2021/09/travis-ci-flaw-exposed-secrets-for-thousands-of-open-source-projects/) I'm suspending Travis CI integration indefinitely.

Let's move on to GitHub Actions.

@eed3si9n Can you do me a favor and rename the master branch to main here?
I don't have the power to do so.
I am going to set up github actions, publishing, etc. and we usually call the default branch main now.

Thanks!

Thanks!

@eed3si9n Actually, I am wondering: I am part of the https://github.com/orgs/sbt/teams/sbt-web team and this team does have admin rights on most sbt repos already anyway, like

Wouldn't it make sense to also just add the sbt-web team as admins to this repo here? Looks like I am "just" moderator currently

And, since I am here, can you add the sbt-web team as admins to

as well?

I am in the process of overhauling most of these plugins (like publish them to maven central, etc.)

Thanks!

sbt-web team can be exceptional, but generally I've been giving teams Maintain rights rather than Admin rights to avoid random person getting added to the write list (admins can add more committers) and adding to security vector, esp when automated publishing is configured.

Fixed by #194