Skip to content

Commit

Permalink
Update avmrequiredfiles.yml (#12)
Browse files Browse the repository at this point in the history
* Update avmrequiredfiles.yml

* Update avmrequiredfiles.yml

* Update CODEOWNERS
  • Loading branch information
matt-FFFFFF authored Aug 29, 2023
1 parent 89aa882 commit 84c7f5f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@
.github/policies/ @Azure/avm-admins @Azure/avm-core-team-technical
.github/workflows/version-check.yml @Azure/avm-admins @Azure/avm-core-team-technical
.github/CODEOWNERS @Azure/avm-admins @Azure/avm-core-team-technical

# No ownership for the rest of the files
*
8 changes: 6 additions & 2 deletions .github/policies/avmrequiredfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@ configuration:
repository. A pull request has been opened to add the
missing files. When the pr is merged this issue will be
closed automatically.
prTitle: Adding AVM mandatory file(s) to this repo
prTitle: 'feat: add AVM mandatory file(s) to this repo'
prBody: |
This repository needs the standard workflow files to ensure compliance.
This repository needs the standard workflow and policy files to ensure compliance.
file:
- path: .github/workflows/version-check.yml
prContentLink: https://raw.githubusercontent.com/Azure/terraform-azurerm-avm-template/main/.github/workflows/version-check.yml
- path: .github/policies/avmrequiredfiles.yml
prContentLink: https://raw.githubusercontent.com/Azure/terraform-azurerm-avm-template/main/.github/policies/avmrequiredfiles.yml
- path: .github/policies/branchprotection.yml
prContentLink: https://raw.githubusercontent.com/Azure/terraform-azurerm-avm-template/main/.github/policies/branchprotection.yml

0 comments on commit 84c7f5f

Please sign in to comment.