From 888931fb5ecaf2bb1db6a5763e8d3f98a009d49c Mon Sep 17 00:00:00 2001 From: gossts Date: Tue, 6 Dec 2022 15:09:59 -0800 Subject: [PATCH] Initial commit. --- README.md | 1 + allstar.yaml | 1 + binary_artifacts.yaml | 1 + branch_protection.yaml | 1 + dangerous_workflow.yaml | 1 + outside.yaml | 1 + security.yaml | 1 + 7 files changed, 7 insertions(+) create mode 100644 README.md create mode 100644 allstar.yaml create mode 100644 binary_artifacts.yaml create mode 100644 branch_protection.yaml create mode 100644 dangerous_workflow.yaml create mode 100644 outside.yaml create mode 100644 security.yaml diff --git a/README.md b/README.md new file mode 100644 index 0000000..e93995a --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +Default Allstar configuration that points to [google/allstar-config](https://github.com/google/allstar-config). diff --git a/allstar.yaml b/allstar.yaml new file mode 100644 index 0000000..aa1456b --- /dev/null +++ b/allstar.yaml @@ -0,0 +1 @@ +baseConfig: google/allstar-config diff --git a/binary_artifacts.yaml b/binary_artifacts.yaml new file mode 100644 index 0000000..aa1456b --- /dev/null +++ b/binary_artifacts.yaml @@ -0,0 +1 @@ +baseConfig: google/allstar-config diff --git a/branch_protection.yaml b/branch_protection.yaml new file mode 100644 index 0000000..aa1456b --- /dev/null +++ b/branch_protection.yaml @@ -0,0 +1 @@ +baseConfig: google/allstar-config diff --git a/dangerous_workflow.yaml b/dangerous_workflow.yaml new file mode 100644 index 0000000..aa1456b --- /dev/null +++ b/dangerous_workflow.yaml @@ -0,0 +1 @@ +baseConfig: google/allstar-config diff --git a/outside.yaml b/outside.yaml new file mode 100644 index 0000000..aa1456b --- /dev/null +++ b/outside.yaml @@ -0,0 +1 @@ +baseConfig: google/allstar-config diff --git a/security.yaml b/security.yaml new file mode 100644 index 0000000..aa1456b --- /dev/null +++ b/security.yaml @@ -0,0 +1 @@ +baseConfig: google/allstar-config