Automate GitHub by using GitHub Script

Beginner
DevOps Engineer
Administrator
Developer
Solution Architect
GitHub
Azure

Learn to interact with the GitHub API from GitHub Actions by using GitHub Script.

Learning objectives

In this module, you will:

  • Use GitHub Script in your workflow.
  • Comment on issues using octokit.
  • Add issues to a project board using octokit.
  • Use the workflow expression syntax to filter when jobs run in a workflow.

Prerequisites

  • A GitHub account
  • The ability to navigate and edit files in GitHub
  • Familiarity with GitHub Actions