From 2c4cc8c47fe6e3793a9f8643c0818684893f7a1e Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Wed, 9 Apr 2025 11:47:29 +0200 Subject: [PATCH] chore(ci): Remove assign-to-project task (#2345) --- .github/bot.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/bot.yml b/.github/bot.yml index b31983a07f..669c1f399c 100644 --- a/.github/bot.yml +++ b/.github/bot.yml @@ -32,16 +32,3 @@ tasks: on: issues: types: [opened, edited] - - name: assign-to-project - on: - issues: - types: [opened] - pull_request: - types: [opened] - condition: |- - (await getTeamMembers('capacitor')).includes(payload.sender.login) - config: - columns: - issue: 10495656 - pr: 10495659 - draft-pr: 10495658