From ac4dac98ae649c48b0f433bd81d8b9acc37887cb Mon Sep 17 00:00:00 2001 From: NoPlagiarism <37241775+NoPlagiarism@users.noreply.github.com> Date: Sun, 8 Dec 2024 16:09:49 +0500 Subject: [PATCH] ci: remove unnecessary comment --- .github/workflows/pr_assignee.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/pr_assignee.yml b/.github/workflows/pr_assignee.yml index fdc5ada61..a61285c20 100644 --- a/.github/workflows/pr_assignee.yml +++ b/.github/workflows/pr_assignee.yml @@ -1,8 +1,5 @@ name: Assign PR to creator -# Due to GitHub token limitation, only able to assign org members not authors from forks. -# https://github.com/thomaseizinger/assign-pr-creator-action/issues/3 - on: pull_request: types: [opened]