Skip to content

Commit

Permalink
Merge branch 'main' into repo_owner
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfloyd authored Oct 16, 2023
2 parents 65bc980 + 4a5ab5f commit 682efa9
Show file tree
Hide file tree
Showing 451 changed files with 9,944 additions and 3,407 deletions.
43 changes: 0 additions & 43 deletions .github/ISSUE_TEMPLATE/bug.md

This file was deleted.

105 changes: 105 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
name: Bug
description: Report a bug or issue
title: "[BUG]: "
labels: ["Type: Bug", "Status: Triage"]
body:
- type: markdown
attributes:
value: |
Hi there,
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
- type: textarea
id: expected-behavior
attributes:
label: Expected Behavior
description: What should have happened?
validations:
required: true

- type: textarea
id: actual-behavior
attributes:
label: Actual Behavior
description: What actually happened?
validations:
required: true


- type: textarea
id: terraform-version
attributes:
label: Terraform Version
description: Run `terraform -v` to show the version. If you are not running the latest version of Terraform, please upgrade because your issue may have already been fixed.
placeholder: |
Terraform v1.2.3
on linux_amd64
+ provider registry.terraform.io/integrations/github v5.32.0
validations:
required: true

- type: textarea
id: affected-resources
attributes:
label: Affected Resource(s)
description: |
Please list the resources as a list. If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
placeholder: |
- github_repository
- github_branch_protection
validations:
required: true

- type: textarea
id: terraform-configuration-files
attributes:
label: Terraform Configuration Files
render: hcl
description: |
Please copy and paste any relevant configration files. This will be automatically formatted into code, so no need for backticks.
Please check your configuration before submission to ensure sensitive information is redacted.
validations:
required: false

- type: textarea
id: steps-to-reproduce
attributes:
label: Steps to Reproduce
description: Please list the steps required to reproduce the issue.
placeholder: |
```
$ terraform apply
```
validations:
required: false

- type: textarea
id: debug-output
attributes:
label: Debug Output
description: |
Please copy and paste any relevant debug output. This will be automatically formatted into code, so no need for backticks.
Please check your logs before submission to ensure sensitive information is redacted.
render: shell
validations:
required: false

- type: textarea
id: panic-output
attributes:
label: Panic Output
description: |
Please copy and paste any relevant panic output. This will be automatically formatted into code, so no need for backticks.
Please check your logs before submission to ensure sensitive information is redacted.
render: shell
validations:
required: false

- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/integrations/terraform-provider-github/blob/main/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.20.2'
go-version: '1.21'
- run: make tools
- run: make lint
- run: make website-lint
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.21'

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
15 changes: 12 additions & 3 deletions .github/workflows/dotcom-acceptance-tests-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 2
- uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Acceptance Tests (Anonymous)
uses: terraformtesting/[email protected]
with:
Expand All @@ -30,10 +33,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 2
- uses: actions/setup-go@v4
with:
go-version: '1.21'

- name: Acceptance Tests (Individual)
id: acceptance-tests-individual
Expand All @@ -59,10 +65,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 2
- uses: actions/setup-go@v4
with:
go-version: '1.21'

- name: Acceptance Tests (Organization)
id: acceptance-tests-organization
Expand Down
15 changes: 12 additions & 3 deletions .github/workflows/dotcom-acceptance-tests-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,12 @@ jobs:
jq -rc .label.name $GITHUB_EVENT_PATH | cut -d/ -f 2
)"
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Acceptance Tests (Anonymous)
id: acceptance-tests-anonymous
uses: terraformtesting/[email protected]
Expand All @@ -45,9 +48,12 @@ jobs:
jq -rc .label.name $GITHUB_EVENT_PATH | cut -d/ -f 2
)"
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Acceptance Tests (Individual)
id: acceptance-tests-individual
uses: terraformtesting/[email protected]
Expand Down Expand Up @@ -78,9 +84,12 @@ jobs:
jq -rc .label.name $GITHUB_EVENT_PATH | cut -d/ -f 2
)"
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-go@v4
with:
go-version: '1.21'

- name: Acceptance Tests (Organization)
id: acceptance-tests-organization
Expand Down
12 changes: 9 additions & 3 deletions .github/workflows/dotcom-acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 2
Expand All @@ -24,10 +24,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 2
- uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Acceptance Tests (Individual)
uses: terraformtesting/[email protected]
with:
Expand All @@ -40,10 +43,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 2
- uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Acceptance Tests (Organization)
uses: terraformtesting/[email protected]
with:
Expand Down
15 changes: 12 additions & 3 deletions .github/workflows/ghes-acceptance-tests-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 2
- uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Acceptance Tests (Anonymous)
uses: terraformtesting/[email protected]
with:
Expand All @@ -43,10 +46,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 2
- uses: actions/setup-go@v4
with:
go-version: '1.21'

- name: Acceptance Tests (Individual)
id: acceptance-tests-individual
Expand Down Expand Up @@ -74,10 +80,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 2
- uses: actions/setup-go@v4
with:
go-version: '1.21'

- name: Acceptance Tests (Organization)
id: acceptance-tests-organization
Expand Down
15 changes: 12 additions & 3 deletions .github/workflows/ghes-acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 2
- uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Acceptance Tests (Anonymous)
uses: terraformtesting/[email protected]
with:
Expand All @@ -38,10 +41,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 2
- uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Acceptance Tests (Individual)
uses: terraformtesting/[email protected]
with:
Expand All @@ -55,10 +61,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 2
- uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Acceptance Tests (Organization)
uses: terraformtesting/[email protected]
with:
Expand Down
Loading

0 comments on commit 682efa9

Please sign in to comment.