From cda86830e2227e2641ccbb2f9af53da4dcfeb62d Mon Sep 17 00:00:00 2001 From: Cristovao Cordeiro Date: Thu, 7 Apr 2022 15:25:57 +0200 Subject: [PATCH] set .build as the workflows repository for the GitHub App --- organization-workflows-settings.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 organization-workflows-settings.yml diff --git a/organization-workflows-settings.yml b/organization-workflows-settings.yml new file mode 100644 index 0000000..a6352a0 --- /dev/null +++ b/organization-workflows-settings.yml @@ -0,0 +1,6 @@ +workflows_repository: .build +include_workflows_repository: false +exclude: + repositories: + - '.admin' + - '.github'