Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove line from README and link to this PR #6

Merged
merged 1 commit into from
Mar 30, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pr-name-generator-action
A Github action to create consistent, unique names for PR based environments.
A Github action to create consistent and unique names for PR based environments.

Uses: [unique-names-generator](https://github.com/andreasonny83/unique-names-generator)
Uses [unique-names-generator](https://github.com/andreasonny83/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
Expand All @@ -18,5 +18,4 @@ The generated unique and consistent name
See:
- [example_deploy.yml](https://github.com/devopsmakers/pr-name-generator-action/blob/main/.github/workflows/example_deploy.yml)
- [example_destroy.yml](https://github.com/devopsmakers/pr-name-generator-action/blob/main/.github/workflows/example_destroy.yml)

This change should trigger the example actions.
- [PR #6](https://github.com/devopsmakers/pr-name-generator-action/pull/6)