Skip to content

Commit

Permalink
Format and language
Browse files Browse the repository at this point in the history
  • Loading branch information
ncalteen committed Nov 1, 2023
1 parent 0f3ddf6 commit dc83e7a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docs/content/states-and-transitions/approve.mdx
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
4 changes: 2 additions & 2 deletions docs/content/states-and-transitions/deny.mdx
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
6 changes: 3 additions & 3 deletions docs/content/states-and-transitions/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions docs/content/states-and-transitions/submit.mdx
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down

0 comments on commit dc83e7a

Please sign in to comment.