-
Notifications
You must be signed in to change notification settings - Fork 378
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Integrated BRM with AVM workflows (#1411)
## Description - Aligned workflow file prefix to `platform.*` - Aligned workflow naming to `Platform -` - Retired workflows that have been used by the `/modules` folder - [x] TODO: Cleanup BRM scripts folder ## 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 --------- Co-authored-by: Erika Gressi <[email protected]>
- Loading branch information
1 parent
31898ed
commit 2cb3048
Showing
32 changed files
with
7 additions
and
1,968 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...b/workflows/avm.platform.check.psrule.yml → .github/workflows/platform.check.psrule.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: "avm.platform.check.psrule" | ||
name: .Platform - Check PSRule | ||
|
||
on: | ||
workflow_dispatch: | ||
|
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...orkflows/on-pull-request-check-labels.yml → ...platform.on-pull-request-check-labels.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Check Labels | ||
name: .Platform - Check Labels | ||
|
||
on: | ||
pull_request_target: | ||
|
2 changes: 1 addition & 1 deletion
2
...kflows/on-pull-request-check-pr-title.yml → ...atform.on-pull-request-check-pr-title.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: "Semantic PR Check" | ||
name: .Platform - Semantic PR Check | ||
|
||
on: | ||
pull_request_target: | ||
|
2 changes: 1 addition & 1 deletion
2
...ub/workflows/avm.platform.publish-tag.yml → .github/workflows/platform.publish-tag.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: "avm.platform.publish-tag" | ||
name: .Platform - Publish tag | ||
|
||
on: | ||
workflow_dispatch: | ||
|
2 changes: 1 addition & 1 deletion
2
...orm.set-avm-github-issue-owner-config.yml → ...orm.set-avm-github-issue-owner-config.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...vm.platform.sync-repo-labels-from-csv.yml → ...ws/platform.sync-repo-labels-from-csv.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ows/avm.platform.toggle-avm-workflows.yml → ...rkflows/platform.toggle-avm-workflows.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: "avm.platform.toggle-avm-workflows" | ||
name: .Platform - Toggle AVM workflows | ||
|
||
on: | ||
workflow_dispatch: | ||
|
Oops, something went wrong.