From 2813bc7b9675c9bfcf275dfa3427f4ba1bddcfb7 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sun, 16 Jun 2024 16:23:23 +1000 Subject: [PATCH] fix typo --- .github/workflows/pr_assignee.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_assignee.yml b/.github/workflows/pr_assignee.yml index 95fe0c638..af6daff02 100644 --- a/.github/workflows/pr_assignee.yml +++ b/.github/workflows/pr_assignee.yml @@ -1,6 +1,6 @@ name: Assign PR to creator -# Due to GitHub token limitation, only able to assign org members not authos from forks. +# 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: