Skip to content

A simple Github action to handle custom logic for PRs. Created to streamline workflows for the aerie development team.

License

Notifications You must be signed in to change notification settings

NASA-AMMOS/aerie-pr-action

Repository files navigation

Aerie Pull Request Action

A simple Github action to handle custom logic for PRs. Created to streamline workflows for the aerie development team.

Features

  • Assigns PR opener as assignee
  • Automatically give one approval to PRs with documentation or hotfix labels, to speed up merging velocity for small changes.

Usage

Add the following to e.g. ./.github/workflows/aerie.yml

name: "Aerie PR Logic"
on:
  pull_request:
    types:
      - opened
      - synchronize
      - ready_for_review
      - labeled
      - unlabeled
jobs:
  pr_logic:
  steps:
    - uses: nasa-ammos/aerie-pr-action@main

...and then open a PR!

About

A simple Github action to handle custom logic for PRs. Created to streamline workflows for the aerie development team.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published