From e021d143b93d51f32bce859d191eb6eb1ea8e134 Mon Sep 17 00:00:00 2001 From: Erika Gressi Date: Thu, 25 Apr 2024 21:30:26 +0200 Subject: [PATCH 1/2] align platform workflow file names --- ...dule-index-json.yml => platform.publish-module-index-json.yml} | 0 ...nc-avm-modules-list.yml => platform.sync-avm-modules-list.yml} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{avm.platform.publish-module-index-json.yml => platform.publish-module-index-json.yml} (100%) rename .github/workflows/{avm.platform.sync-avm-modules-list.yml => platform.sync-avm-modules-list.yml} (100%) diff --git a/.github/workflows/avm.platform.publish-module-index-json.yml b/.github/workflows/platform.publish-module-index-json.yml similarity index 100% rename from .github/workflows/avm.platform.publish-module-index-json.yml rename to .github/workflows/platform.publish-module-index-json.yml diff --git a/.github/workflows/avm.platform.sync-avm-modules-list.yml b/.github/workflows/platform.sync-avm-modules-list.yml similarity index 100% rename from .github/workflows/avm.platform.sync-avm-modules-list.yml rename to .github/workflows/platform.sync-avm-modules-list.yml From 79f3917846dbf259e42b578ede51e8cfbd7e1039 Mon Sep 17 00:00:00 2001 From: Erika Gressi Date: Thu, 25 Apr 2024 21:34:25 +0200 Subject: [PATCH 2/2] update references and comments --- .github/workflows/platform.check.psrule.yml | 2 +- .../pipelines/platform/Set-AvmGitHubIssueOwnerConfig.ps1 | 2 +- .../pipelines/platform/Set-AvmGithubIssueForWorkflow.ps1 | 2 +- avm/utilities/pipelines/platform/Sync-AvmModulesList.ps1 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/platform.check.psrule.yml b/.github/workflows/platform.check.psrule.yml index 9c60895944..c0a294a0a2 100644 --- a/.github/workflows/platform.check.psrule.yml +++ b/.github/workflows/platform.check.psrule.yml @@ -24,7 +24,7 @@ on: - cron: "0 12 * * 0" # Weekly Sunday Analysis env: - workflowPath: ".github/workflows/avm.platform.check.psrule.yml" + workflowPath: ".github/workflows/platform.check.psrule.yml" targetPath: "avm/res/" PSRuleOutputFilePath: "avm/res/PSRule-output.csv" PSRuleInputFilePath: "avm/res/PSRule-output.md" diff --git a/avm/utilities/pipelines/platform/Set-AvmGitHubIssueOwnerConfig.ps1 b/avm/utilities/pipelines/platform/Set-AvmGitHubIssueOwnerConfig.ps1 index 3ef3637972..ca3c75b454 100644 --- a/avm/utilities/pipelines/platform/Set-AvmGitHubIssueOwnerConfig.ps1 +++ b/avm/utilities/pipelines/platform/Set-AvmGitHubIssueOwnerConfig.ps1 @@ -18,7 +18,7 @@ Mandatory. The URL of the GitHub issue, like 'https://github.com/Azure/bicep-reg Set-AvmGitHubIssueOwnerConfig -Repo 'Azure/bicep-registry-modules' -IssueUrl 'https://github.com/Azure/bicep-registry-modules/issues/757' .NOTES -Will be triggered by the workflow avm.platform.set-avm-github-issue-owner-config.yml +Will be triggered by the workflow platform.set-avm-github-issue-owner-config.yml #> function Set-AvmGitHubIssueOwnerConfig { [CmdletBinding(SupportsShouldProcess)] diff --git a/avm/utilities/pipelines/platform/Set-AvmGithubIssueForWorkflow.ps1 b/avm/utilities/pipelines/platform/Set-AvmGithubIssueForWorkflow.ps1 index fed872e51d..08e3cab020 100644 --- a/avm/utilities/pipelines/platform/Set-AvmGithubIssueForWorkflow.ps1 +++ b/avm/utilities/pipelines/platform/Set-AvmGithubIssueForWorkflow.ps1 @@ -26,7 +26,7 @@ Set-AvmGithubIssueForWorkflow -Repo 'owner/repo01' -LimitNumberOfRuns 100 -Limit Check the last 100 workflow runs in the repository 'owner/repo01' that happened in the last 2 days. If the workflow name is 'Pipeline 01', then ignore the workflow run. .NOTES -Will be triggered by the workflow avm.platform.manage-workflow-issue.yml +Will be triggered by the workflow platform.manage-workflow-issue.yml #> function Set-AvmGithubIssueForWorkflow { [CmdletBinding(SupportsShouldProcess)] diff --git a/avm/utilities/pipelines/platform/Sync-AvmModulesList.ps1 b/avm/utilities/pipelines/platform/Sync-AvmModulesList.ps1 index 7cdfa21e8d..7a2af595fa 100644 --- a/avm/utilities/pipelines/platform/Sync-AvmModulesList.ps1 +++ b/avm/utilities/pipelines/platform/Sync-AvmModulesList.ps1 @@ -15,7 +15,7 @@ Optional. Path to the root of the repository. Sync-AvmModulesList -Repo 'Azure/bicep-registry-modules' .NOTES -Will be triggered by the workflow avm.platform.sync-avm-modules-list.yml +Will be triggered by the workflow platform.sync-avm-modules-list.yml #> function Sync-AvmModulesList { param (