From dc83e7ae849c21e80f89d667dcfe14a4f45bfe3f Mon Sep 17 00:00:00 2001 From: Nick Alteen Date: Wed, 1 Nov 2023 12:10:17 -0400 Subject: [PATCH] Format and language --- docs/content/states-and-transitions/approve.mdx | 4 ++-- docs/content/states-and-transitions/deny.mdx | 4 ++-- docs/content/states-and-transitions/index.mdx | 6 +++--- docs/content/states-and-transitions/submit.mdx | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/content/states-and-transitions/approve.mdx b/docs/content/states-and-transitions/approve.mdx index 9b8b87e6..f9178c5e 100644 --- a/docs/content/states-and-transitions/approve.mdx +++ b/docs/content/states-and-transitions/approve.mdx @@ -1,6 +1,6 @@ --- -title: Approved -description: An issue is approved and processing may begin +title: Approve +description: The request is approved and we can process it further. status: Alpha --- diff --git a/docs/content/states-and-transitions/deny.mdx b/docs/content/states-and-transitions/deny.mdx index 5af25299..0ad6a6b9 100644 --- a/docs/content/states-and-transitions/deny.mdx +++ b/docs/content/states-and-transitions/deny.mdx @@ -1,6 +1,6 @@ --- -title: Approved -description: An issue is approved and processing may begin +title: Deny +description: The request is denied and the issue can be closed. status: Alpha --- diff --git a/docs/content/states-and-transitions/index.mdx b/docs/content/states-and-transitions/index.mdx index 37339946..662d83e0 100644 --- a/docs/content/states-and-transitions/index.mdx +++ b/docs/content/states-and-transitions/index.mdx @@ -92,9 +92,9 @@ Your workflows must track the following to determine what jobs to run: Each of the following sections describes how to implement the core transitions in an IssueOps workflow. Throughout each page, you will see an example implementation of a new repository request workflow. This workflow is designed -to demonstrate how to apply each concept. The full example can be found in the -[`issue-ops/new-repository-example`](https://github.com/issue-ops/new-repository-example) -repository. +to demonstrate how to apply each concept. + +{/* TODO: The full example can be found in the [`issue-ops/new-repository-example`](https://github.com/issue-ops/new-repository-example) repository. */} - [Parse](/states-and-transitions/parse) - [Validate](/states-and-transitions/validate) diff --git a/docs/content/states-and-transitions/submit.mdx b/docs/content/states-and-transitions/submit.mdx index add91126..e3e44cf9 100644 --- a/docs/content/states-and-transitions/submit.mdx +++ b/docs/content/states-and-transitions/submit.mdx @@ -1,6 +1,6 @@ --- -title: Submitted -description: An issue is ready to be reviewed or processed. +title: Submit +description: Tell GitHub Actions the issue is ready for processing. status: Alpha ---