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

Integrate GitHub Actions with Teams

Hieu Vu
March 27, 2023

Integrate GitHub Actions with Teams

Lightning talk with Android Developers at NAB

Hieu Vu

March 27, 2023
Tweet

More Decks by Hieu Vu

Other Decks in Technology

Transcript

  1. True Story Is the message correct? Lots of questions in

    our head :( Am I using the right words? Is this PR small or big? Urgent or not? Oops I forgot to paste the PR link
  2. GitHub Actions • CI/CD platform to automate build, test and

    deployment pipeline • Runs on GitHub Server • Provides Linux, Windows, and macOS virtual machines to run workflows
  3. Components • Workflow: a configurable automated process that will run

    one or more job • Event: an activity in repository that triggers workflow run • Job: a set of steps in a workflow • Action: a custom application that performs a but frequently repeated task • Runner: a server that runs workflows
  4. Benefits • Take advantage of GitHub’s built-in features • Reduce

    time of calling for review • Automate tasks related to GitHub-based events
  5. We can do more with GitHub Actions • Setup dependable

    bot to uplift version SDK • Generate & manage SDK release versions & log • More