From 67f23d50c94c376f24b17b15e7ea6b205f4a72d2 Mon Sep 17 00:00:00 2001 From: Dan Nguyen Date: Tue, 15 Feb 2022 14:59:03 -0800 Subject: [PATCH] Configure repo for allstar --- .allstar/allstar.yaml | 2 ++ .allstar/binary_artifacts.yaml | 3 +++ .allstar/branch_protection.yaml | 3 +++ .allstar/outside.yaml | 3 +++ .allstar/security.yaml | 3 +++ 5 files changed, 14 insertions(+) create mode 100644 .allstar/allstar.yaml create mode 100644 .allstar/binary_artifacts.yaml create mode 100644 .allstar/branch_protection.yaml create mode 100644 .allstar/outside.yaml create mode 100644 .allstar/security.yaml diff --git a/.allstar/allstar.yaml b/.allstar/allstar.yaml new file mode 100644 index 0000000..2a397ad --- /dev/null +++ b/.allstar/allstar.yaml @@ -0,0 +1,2 @@ +optConfig: + optIn: true diff --git a/.allstar/binary_artifacts.yaml b/.allstar/binary_artifacts.yaml new file mode 100644 index 0000000..5671fcd --- /dev/null +++ b/.allstar/binary_artifacts.yaml @@ -0,0 +1,3 @@ +optConfig: + optIn: true +action: issue diff --git a/.allstar/branch_protection.yaml b/.allstar/branch_protection.yaml new file mode 100644 index 0000000..5671fcd --- /dev/null +++ b/.allstar/branch_protection.yaml @@ -0,0 +1,3 @@ +optConfig: + optIn: true +action: issue diff --git a/.allstar/outside.yaml b/.allstar/outside.yaml new file mode 100644 index 0000000..5671fcd --- /dev/null +++ b/.allstar/outside.yaml @@ -0,0 +1,3 @@ +optConfig: + optIn: true +action: issue diff --git a/.allstar/security.yaml b/.allstar/security.yaml new file mode 100644 index 0000000..5671fcd --- /dev/null +++ b/.allstar/security.yaml @@ -0,0 +1,3 @@ +optConfig: + optIn: true +action: issue