Scripts

GitHub Actions Workflows

This repository contains various GitHub Actions workflows to help automate tasks for your project. Each workflow is listed in the table below, with links to the corresponding `.yml` files.

Name Description Link
1 Remove All Labels When PR is Merged Removes all labels from a Pull Request when it’s merged, with an option to exclude some. Link
2 Auto Assign Author to PR Automatically assigns the author of a Pull Request as a reviewer. Link

Note: Feel free to add more workflows in the table below as you create them. For scripts other than GA, create a new folder based on the categories.

For more information on GitHub Actions, check out the GitHub Actions Documentation.