Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update avmrequiredfiles.yml #12

Merged
merged 3 commits into from
Aug 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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