Skip to content

Commit

Permalink
Merge branch 'Azure:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
rahalan authored Apr 27, 2024
2 parents 482a412 + b78be90 commit 7f8d253
Show file tree
Hide file tree
Showing 63 changed files with 656 additions and 2,313 deletions.
1 change: 1 addition & 0 deletions .github/workflows/avm.res.sql.instance-pool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ on:
removeDeployment:
type: boolean
description: "Remove deployed module"
# We had to set this to false because the SQL Instance Pool takes more than 24 hours to get deleted
required: false
default: false
push:
Expand Down
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 All @@ -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
@@ -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 7f8d253

Please sign in to comment.