Skip to content

Commit f63e113

Browse files
JoshLuedemanCopilot
andcommitted
docs: rebrand README from azurenoops to POps-Rox and fix TechDocs index
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 48f3ed5 commit f63e113

1 file changed

Lines changed: 40 additions & 1 deletion

File tree

docs/index.md

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,40 @@
1-
!include ../README.md
1+
<!-- BADGES:START -->
2+
[![CI](https://github.com/POps-Rox/tf-gh-issues/actions/workflows/ci.yml/badge.svg)](https://github.com/POps-Rox/tf-gh-issues/actions/workflows/ci.yml)
3+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
4+
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/POps-Rox/tf-gh-issues/pulls)
5+
[![Maintained](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/POps-Rox/tf-gh-issues/graphs/commit-activity)
6+
[![Terraform](https://img.shields.io/badge/Terraform-%3E%3D1.5-623CE4.svg?logo=terraform)](https://www.terraform.io)
7+
<!-- BADGES:END -->
8+
9+
# Terraform GitHub Issues ![release](https://img.shields.io/github/v/release/azurenoops/terraform-github-issues)![job runs](https://img.shields.io/docker/pulls/azurenoops/terraform-github-issues?label=job%20runs)
10+
11+
## Usage
12+
13+
This GitHub Action creates a new issue based on an issue template file.
14+
15+
[GitHub Actions](https://github.com/features/actions) are a way to make automated workflows that trigger when events occur on your GitHub repository, using a YAML file that lives in your repo.
16+
These actions can be used to easily perform [Terraform](https://www.terraform.io/) tasks as part of your workflow.
17+
18+
Here's an example workflow that creates a new issue any time you push a commit:
19+
20+
```yaml
21+
name: Create issue
22+
on: [push]
23+
24+
jobs:
25+
build:
26+
runs-on: ubuntu-latest
27+
steps:
28+
- uses: actions/checkout@v2
29+
- name: Create issue
30+
uses: azurenoops/terraform-github-issues@v1
31+
```
32+
33+
## License
34+
35+
The scripts and documentation in this project are released under the [MIT License](LICENSE)
36+
37+
## Contributions
38+
39+
Contributions are welcome! See [Contributor's Guide](CONTRIBUTING.md)
40+

0 commit comments

Comments
 (0)