Skip to content

Instantly share code, notes, and snippets.

View mrbobbytables's full-sized avatar
:shipit:
E_TO_MANY_THINGS

Bob Killen mrbobbytables

:shipit:
E_TO_MANY_THINGS
View GitHub Profile
schema_version: v1.0
name:
homepage_url:
logo:
description:
crunchbase:
twitter:
release_url:
# extra, mirrors landscape extra
config:
# 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
name: Technical Review
description: Project technical review request
title: '[Tech Review]:'
labels:
- kind/initiative
- kind/tech-review
body:
- type: input
id: name
attributes:
name: Governance Review
description: Governance review request
title: '[Gov. Review]:'
labels:
- kind/initiative
- kind/gov-review
body:
- type: input
id: name
attributes:
@mrbobbytables
mrbobbytables / initiative.yml
Last active February 4, 2025 00:11
initiative.yml
name: Initative
description: Initiative request form
title: '[Initiative]:'
labels:
- kind/initiative
body:
- type: input
id: name
attributes:
label: Name
@mrbobbytables
mrbobbytables / template.txt
Last active October 3, 2024 22:28
ref-arch-template
---
title:
date: YYYY-MM-DD
org_name:
org_team:
org_url:
contact:
email:
org_description: |

Projectname Review [Template]

Date Jul 26, 2024
Project Name <name>
TAG TAG APP Delivery
Presentation Yes/No
Project Leads Presenting <names>
TAG Leadership Reviewers <names>
Recording **
@mrbobbytables
mrbobbytables / knative-eventing-v1.0.0.spdx
Created November 18, 2021 20:29
knative-eventing-v1.0.0.spdx
This file has been truncated, but you can view the full file.
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.
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
#!/usr/bin/env python3
# Copyright 2021 Google LLC.
# SPDX-License-Identifier: Apache-2.0
import os
import sys
import csv
from github import Github