Skip to content

Commit

Permalink
Merge branch 'main' into fix-recomm-bf0b7dbd
Browse files Browse the repository at this point in the history
  • Loading branch information
tksh164 authored Jul 26, 2024
2 parents 5e85516 + bec1eb7 commit aa66db5
Show file tree
Hide file tree
Showing 6 changed files with 114 additions and 13 deletions.
9 changes: 9 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,16 @@

<!--
- To associate a GitHub Issue, use a [key word](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword) preceded with the GitHub issue number.
Examples:
Fixes #123
Resolves #123
Closes #789
- To associate an ADO Work Item (internal Microsoft team member), use the key word `AB#` succeeded with the [ADO Work Item ID](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword).
Examples:
Fixes AB#123
-->

### Breaking Changes
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/hugo-site-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
if: github.ref == 'refs/heads/main'
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down
17 changes: 17 additions & 0 deletions .github/workflows/pr-title-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: .Platform - Semantic PR Check

on:
pull_request_target:
types:
- opened
- edited
- synchronize

jobs:
main:
name: Validate PR Title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
73 changes: 73 additions & 0 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
# This workflow uses actions that are not certified by GitHub. They are provided
# by a third-party and are governed by separate terms of service, privacy
# policy, and support documentation.

name: Scorecard supply-chain security
on:
# For Branch-Protection check. Only the default branch is supported. See
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection
branch_protection_rule:
# To guarantee Maintained check is occasionally updated. See
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
schedule:
- cron: '20 1 * * 4'
push:
branches: [ "main" ]

# Declare default permissions as read only.
permissions: read-all

jobs:
analysis:
name: Scorecard analysis
runs-on: ubuntu-latest
permissions:
# Needed to upload the results to code-scanning dashboard.
security-events: write
# Needed to publish results and get a badge (see publish_results below).
id-token: write
# Uncomment the permissions below if installing in a private repository.
# contents: read
# actions: read

steps:
- name: "Checkout code"
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
persist-credentials: false

- name: "Run analysis"
uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
with:
results_file: results.sarif
results_format: sarif
# (Optional) "write" PAT token. Uncomment the `repo_token` line below if:
# - you want to enable the Branch-Protection check on a *public* repository, or
# - you are installing Scorecard on a *private* repository
# To create the PAT, follow the steps in https://github.com/ossf/scorecard-action?tab=readme-ov-file#authentication-with-fine-grained-pat-optional.
repo_token: ${{ secrets.SCORECARD_TOKEN }}

# Public repositories:
# - Publish results to OpenSSF REST API for easy access by consumers
# - Allows the repository to include the Scorecard badge.
# - See https://github.com/ossf/scorecard-action#publishing-results.
# For private repositories:
# - `publish_results` will always be set to `false`, regardless
# of the value entered here.
publish_results: true

# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@97a0fba1372883ab732affbe8f94b823f91727db # v3.pre.node20
with:
name: SARIF file
path: results.sarif
retention-days: 5

# Upload the results to GitHub's code scanning dashboard (optional).
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
with:
sarif_file: results.sarif
26 changes: 13 additions & 13 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
# The aprl-admins team is responsible for reviewing and merging all PRs
# The aprl-maintainers team is responsible for reviewing and merging all PRs

* @Azure/aprl-admins
* @Azure/aprl-maintainers

## The aprl-networking team is partially responsible for all networking-related PRs

azure-resources/Cdn @Azure/aprl-admins @Azure/aprl-networking
azure-resources/Network @Azure/aprl-admins @Azure/aprl-networking
azure-resources/NetworkCloud @Azure/aprl-admins @Azure/aprl-networking
azure-resources/NetworkFunction @Azure/aprl-admins @Azure/aprl-networking
azure-resources/Peerings @Azure/aprl-admins @Azure/aprl-networking
azure-resources/Relay @Azure/aprl-admins @Azure/aprl-networking
azure-resources/Cdn @Azure/aprl-maintainers @Azure/aprl-networking
azure-resources/Network @Azure/aprl-maintainers @Azure/aprl-networking
azure-resources/NetworkCloud @Azure/aprl-maintainers @Azure/aprl-networking
azure-resources/NetworkFunction @Azure/aprl-maintainers @Azure/aprl-networking
azure-resources/Peerings @Azure/aprl-maintainers @Azure/aprl-networking
azure-resources/Relay @Azure/aprl-maintainers @Azure/aprl-networking

## The aprl-sap team is partially responsible for all SAP-related PRs

azure-specialized-workloads/sap @Azure/aprl-admins @Azure/aprl-sap
azure-specialized-workloads/sap @Azure/aprl-maintainers @Azure/aprl-sap

## The aprl-hpc team is partially responsible for all HPC-related PRs

azure-resources/Batch @Azure/aprl-admins @Azure/aprl-hpc
azure-specialized-workloads/hpc @Azure/aprl-admins @Azure/aprl-hpc
azure-resources/Batch @Azure/aprl-maintainers @Azure/aprl-hpc
azure-specialized-workloads/hpc @Azure/aprl-maintainers @Azure/aprl-hpc

## The aprl-avd team is partially responsible for all AVD-related PRs

azure-resources/DesktopVirtualization @Azure/aprl-admins @Azure/aprl-avd
azure-specialized-workloads/avd @Azure/aprl-admins @Azure/aprl-avd
azure-resources/DesktopVirtualization @Azure/aprl-maintainers @Azure/aprl-avd
azure-specialized-workloads/avd @Azure/aprl-maintainers @Azure/aprl-avd

## The aprl-wara-tools team is responsible for all WARA tools-related PRs

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/Azure/Azure-Proactive-Resiliency-Library-v2.svg)](http://isitmaintained.com/project/Azure/Azure-Proactive-Resiliency-Library-v2 "Average time to resolve an issue")
[![Percentage of issues still open](http://isitmaintained.com/badge/open/Azure/Azure-Proactive-Resiliency-Library-v2.svg)](http://isitmaintained.com/project/Azure/Azure-Proactive-Resiliency-Library-v2 "Percentage of issues still open")
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/Azure/ALZ-Bicep/badge)](https://scorecard.dev/viewer/?uri=github.com/Azure/ALZ-Bicep)

> **Please access the GitHub Pages site, unless looking to contribute, over at: [aka.ms/aprl](https://aka.ms/aprl)**
Expand Down

0 comments on commit aa66db5

Please sign in to comment.