Date | Jul 26, 2024 |
---|---|
Project Name | <name> |
TAG | TAG APP Delivery |
Presentation | Yes/No |
Project Leads Presenting | <names> |
TAG Leadership Reviewers | <names> |
Recording | ** |
This file contains hidden or 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
schema_version: v1.0 | |
name: | |
homepage_url: | |
logo: | |
description: | |
crunchbase: | |
twitter: | |
release_url: | |
# extra, mirrors landscape extra | |
config: |
This file contains hidden or 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
# Define labels, description, color | |
# Support ‘previous’ for label changes over time / changes in ownership | |
# Apply/remove label based on condition and/or slash command | |
# Apply labels based on file path | |
# Treat labels as namespaced based on “path” (slash separated) | |
labels: | |
- name: foo | |
color: 00ff00 |
This file contains hidden or 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
name: Technical Review | |
description: Project technical review request | |
title: '[Tech Review]:' | |
labels: | |
- kind/initiative | |
- kind/tech-review | |
body: | |
- type: input | |
id: name | |
attributes: |
This file contains hidden or 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
name: Governance Review | |
description: Governance review request | |
title: '[Gov. Review]:' | |
labels: | |
- kind/initiative | |
- kind/gov-review | |
body: | |
- type: input | |
id: name | |
attributes: |
This file contains hidden or 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
name: Initative | |
description: Initiative request form | |
title: '[Initiative]:' | |
labels: | |
- kind/initiative | |
body: | |
- type: input | |
id: name | |
attributes: | |
label: Name |
This file contains hidden or 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
--- | |
title: | |
date: YYYY-MM-DD | |
org_name: | |
org_team: | |
org_url: | |
contact: | |
email: | |
org_description: | |
This file has been truncated, but you can view the full file.
This file contains hidden or 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
SPDXVersion: SPDX-2.2 | |
DataLicense: CC0-1.0 | |
SPDXID: SPDXRef-DOCUMENT | |
DocumentName: SBOM-SPDX-cb055e0e-733d-43b4-811c-1ea02ad93c7f | |
DocumentNamespace: https://knative.dev/eventing | |
Creator: Tool: k8s.io/release/pkg/spdx | |
Created: 2021-11-18T20:20:18Z | |
This file has been truncated, but you can view the full file.
This file contains hidden or 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
SPDXVersion: SPDX-2.2 | |
DataLicense: CC0-1.0 | |
SPDXID: SPDXRef-DOCUMENT | |
DocumentName: SBOM-SPDX-57558dac-bc49-48f5-997e-e206e49c1e92 | |
DocumentNamespace: https://knative.dev/serving | |
Creator: Tool: k8s.io/release/pkg/spdx | |
Created: 2021-11-16T15:15:43Z | |
This file contains hidden or 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
#!/usr/bin/env python3 | |
# Copyright 2021 Google LLC. | |
# SPDX-License-Identifier: Apache-2.0 | |
import os | |
import sys | |
import csv | |
from github import Github |
NewerOlder