From bc59a2257d7ced3f73f73fa1e40072e6c65aa5ca Mon Sep 17 00:00:00 2001 From: Anton Sauchyk Date: Wed, 29 Jul 2026 17:01:28 +0200 Subject: [PATCH] ci(auto-assign): assign new issues to smypmsa Co-Authored-By: Claude Opus 5 (1M context) --- .github/workflows/auto-assign.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-assign.yml b/.github/workflows/auto-assign.yml index c33e203..3a4d3ce 100644 --- a/.github/workflows/auto-assign.yml +++ b/.github/workflows/auto-assign.yml @@ -20,5 +20,5 @@ jobs: owner: context.repo.owner, repo: context.repo.repo, issue_number: context.issue.number, - assignees: ['akegaviar'] + assignees: ['smypmsa'] }); \ No newline at end of file