From bc95f037f1c549fff0dd3c180e2d29f473e37f01 Mon Sep 17 00:00:00 2001 From: Jakub Piasecki Date: Fri, 15 Dec 2023 17:21:21 +0100 Subject: [PATCH] Auto add `Platform: MacOS` label when `MacOS` is picked in the issue (#2699) ## Description Follow-up to https://github.com/software-mansion/react-native-gesture-handler/pull/2696 --- .github/workflows/platforms.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/platforms.yml b/.github/workflows/platforms.yml index 2c1ac97959..ed5619b619 100644 --- a/.github/workflows/platforms.yml +++ b/.github/workflows/platforms.yml @@ -31,4 +31,4 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} platforms-section-header: Platforms platforms-comma-separated: true - platforms-with-labels: '{"Android": "Platform: Android", "iOS": "Platform: iOS", "Web": "Platform: Web"}' + platforms-with-labels: '{"Android": "Platform: Android", "iOS": "Platform: iOS", "Web": "Platform: Web", "MacOS": "Platform: MacOS"}'