Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Programming

GitHub Launches 'Actions' -- Code That Can Be Run (and Maybe Monetized) (techcrunch.com) 39

An anonymous reader quotes TechCrunch: For the longest time, GitHub was all about storing source code and sharing it either with the rest of the world or your colleagues. Today, the company, which is in the process of being acquired by Microsoft, is taking a step in a different but related direction by launching GitHub Actions. Actions allow developers to not just host code on the platform but also run it. We're not talking about a new cloud to rival AWS here, but instead about something more akin to a very flexible IFTTT for developers who want to automate their development workflows, whether that is sending notifications or building a full continuous integration and delivery pipeline.

This is a big deal for GitHub. Indeed, Sam Lambert, GitHub's head of platform, described it to me as "the biggest shift we've had in the history of GitHub... I see Continuous Integration/Continuous Delivery as one narrow use case of actions. It's so, so much more," Lambert stressed. "And I think it's going to revolutionize DevOps because people are now going to build best in breed deployment workflows for specific applications and frameworks, and those become the de facto standard shared on GitHub... It's going to do everything we did for open source again for the DevOps space and for all those different parts of that workflow ecosystem...."

Over time -- and Lambert seemed to be in favor of this -- GitHub could also allow developers to sell their workflows and Actions through the GitHub marketplace. For now, that's not an option, but it it's definitely that's something the company has been thinking about. Lambert also noted that this could be a way for open source developers who don't want to build an enterprise version of their tools (and the sales force that goes with that) to monetize their efforts.

This discussion has been archived. No new comments can be posted.

GitHub Launches 'Actions' -- Code That Can Be Run (and Maybe Monetized)

Comments Filter:
  • If this becomes widespread, it gives microsoft direct control over the platform which code is run. Given the history of microsoft, we should expect them to try to push in this direction. This is the sort of thing that could lose you the right to read. Avoid like the plague.
    • Dude, chill. It's a process automation tool like Apple Automator or Gulp or something. If they change functionality or start locking in, it takes less than an hour to migrate your stuff back to bash, Gradle, Python or whatever your pipeline is built on.

  • IFTTT? (Score:4, Insightful)

    by ArchieBunker ( 132337 ) on Saturday October 20, 2018 @11:58AM (#57509156)

    Yeah we all know what that means.

    • It took me a few moments to recognize it as well. "If This Then That". The acronym is, I believe, based on a site of the same name that monitors other websites, and allows them to trigger changes in your own online "apps". It's essentially a shorthand for saying "user programmable triggers hosted in the cloud".

  • by Anonymous Coward

    If this is such a great idea, create an independent site to try it out.
    Don't screw with the best commons that open source developers have.
    This is using GitHub to try and hide your real intentions.
    Go Away!!

  • Security Nightmare???

  • people are now going to build best in breed deployment workflows for specific applications and frameworks, and those become the de facto standard shared

    yikes!

  • Finally a process automator that doesn't use obscure bloated JSON/YAML stuff but a neat visual point-and-click modeller to build your pipeline. I'm definitely going to try it out. I wouldn't be surprised if you can even export the processes as JS or something.

    As for MS, I like some of what they've been doing lately and they've even got a little Karma back with me. VS Code and TypeScript are two pretty neat FOSS projects, you have to give them that. And this from someone for whom the last MS thing he used wa

  • "Today, the company, which is in the process of being acquired by Microsoft,"

    the company, which is in the process of becoming garbage.

Two can Live as Cheaply as One for Half as Long. -- Howard Kandel

Working...