Skip to content

Commit

Permalink
fix: Align platform workflow file names (#1754)
Browse files Browse the repository at this point in the history
## Description

Renaming 2 leftover platform workflows to aligned convention
Updating references in comments and env vars

## Pipeline Reference

<!-- Insert your Pipeline Status Badge below -->

| Pipeline |
| -------- |
|          |

## Type of Change

<!-- Use the check-boxes [x] on the options that are relevant. -->

- [x] Update to CI Environment or utlities (Non-module effecting
changes)
- [ ] Azure Verified Module updates:
- [ ] Bugfix containing backwards compatible bug fixes, and I have NOT
bumped the MAJOR or MINOR version in `version.json`:
- [ ] Someone has opened a bug report issue, and I have included "Closes
#{bug_report_issue_number}" in the PR description.
- [ ] The bug was found by the module author, and no one has opened an
issue to report it yet.
- [ ] Feature update backwards compatible feature updates, and I have
bumped the MINOR version in `version.json`.
- [ ] Breaking changes and I have bumped the MAJOR version in
`version.json`.
  - [ ] Update to documentation

## Checklist

- [x] I'm sure there are no other open Pull Requests for the same
update/change
- [ ] I have run `Set-AVMModule` locally to generate the supporting
module files.
- [ ] My corresponding pipelines / checks run clean and green without
any errors or warnings

<!-- Please keep up to day with the contribution guide at
https://aka.ms/avm/contribute/bicep -->
  • Loading branch information
eriqua authored Apr 25, 2024
1 parent 2cb3048 commit 3e0c69e
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/platform.check.psrule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down
2 changes: 1 addition & 1 deletion avm/utilities/pipelines/platform/Sync-AvmModulesList.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 3e0c69e

Please sign in to comment.