Skip to content
anchor

GitHub Action

PR Name Generator

v0.0.4 Latest version

PR Name Generator

anchor

PR Name Generator

Generate a consistent, unique name based on PR

Installation

Copy and paste the following snippet into your .yml file.

              

- name: PR Name Generator

uses: devopsmakers/[email protected]

Learn more about this action in devopsmakers/pr-name-generator-action

Choose a version

pr-name-generator-action

A Github action to create consistent and unique names for PR based environments.

Uses unique-names-generator and a "seed" based on the repo owner, name and issue (PR) number to generate a unique and consistent name. This makes it easy to deploy and clean up ephemaral environments on PR open, close or merge without needing to keep track of a non-deterministic unique name.

Inputs

None.

Outputs

name

The generated unique and consistent name

Example Usage

See: