Upgrade to Pro — share decks privately, control downloads, hide ads and more …

GitHub Hacktoberfest Portland 2019-10-05

sullis
October 05, 2019

GitHub Hacktoberfest Portland 2019-10-05

New features in the GitHub platform
Hacktoberfest 2019
Portland Oregon

#hacktoberfest
#hacktoberfest2019
#github

sullis

October 05, 2019
Tweet

More Decks by sullis

Other Decks in Programming

Transcript

  1. Draft Pull Requests use “draft" mode to signal that your

    PR is a work-in-progress draft PR’s cannot be merged click to promote the draft to a standard PR
  2. Package Registry single login for code + registry private and

    public packages unified permissions management multiple package types
  3. GitHub Actions enable you to create custom software development lifecycle

    workflows directly in your GitHub repository https://help.github.com/en/articles/about-github-actions
  4. GitHub Actions is currently in limited public beta and is

    subject to change https://help.github.com/en/articles/about-github-actions
  5. You can write individual tasks, called actions, and combine them

    to create a custom workflow https://help.github.com/en/articles/about-github-actions
  6. Workflows are custom automated processes that you can set up

    in your repository to build, test, package, release, or deploy https://help.github.com/en/articles/about-github-actions
  7. Workflow file The YAML file that defines your workflow configuration.

    This file lives in .github/workflows https://help.github.com/en/articles/about-github-actions