Skip to content

Commit

Permalink
feat: Integrated BRM with AVM workflows (#1411)
Browse files Browse the repository at this point in the history
## 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
AlexanderSehr and eriqua authored Apr 25, 2024
1 parent 31898ed commit 2cb3048
Show file tree
Hide file tree
Showing 32 changed files with 7 additions and 1,968 deletions.
92 changes: 0 additions & 92 deletions .github/workflows/fork-on-push-brm-generate.yml

This file was deleted.

49 changes: 0 additions & 49 deletions .github/workflows/fork-on-push-format-workflow.yml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/get-changed-module.yml

This file was deleted.

83 changes: 0 additions & 83 deletions .github/workflows/on-pull-request.yml

This file was deleted.

63 changes: 0 additions & 63 deletions .github/workflows/on-push-main.yml

This file was deleted.

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:
Expand Down
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:
Expand Down
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:
Expand Down
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:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Workflow for notifying and assigning issues on creation
name: .Platform - Set AVM GitHub issue owner config
name: .Platform - Set GitHub issue owner config

on:
issues:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Workflow for syncing CSV labels to GitHub Labels
name: avm.platform.sync-repo-labels-from-csv
name: .Platform - Sync repo labels from CSV

on:
schedule:
Expand Down
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:
Expand Down
Loading

0 comments on commit 2cb3048

Please sign in to comment.