From b63b385db28935072ef174aa8b4c6df52afa5401 Mon Sep 17 00:00:00 2001 From: Aaron Junker-Wildi Date: Mon, 13 May 2024 22:23:35 +0200 Subject: [PATCH] Add GitHub Copilot Workspaces policy (#32822) --- .github/copilot-workspace/policy.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/copilot-workspace/policy.json diff --git a/.github/copilot-workspace/policy.json b/.github/copilot-workspace/policy.json new file mode 100644 index 0000000000..ec32272160 --- /dev/null +++ b/.github/copilot-workspace/policy.json @@ -0,0 +1,4 @@ +{ + "allowPullRequests": false, + "allowComments": false +}