From d503b80ca9c4b7ff66d23b405a9b164fdb0d31c8 Mon Sep 17 00:00:00 2001 From: pyshx Date: Tue, 17 Sep 2024 12:43:44 +0530 Subject: [PATCH] ci: add assign author job on pr actions --- .github/workflows/{pr_title.yml => pr.yml} | 5 +++++ 1 file changed, 5 insertions(+) rename .github/workflows/{pr_title.yml => pr.yml} (90%) diff --git a/.github/workflows/pr_title.yml b/.github/workflows/pr.yml similarity index 90% rename from .github/workflows/pr_title.yml rename to .github/workflows/pr.yml index 1041d4d639..afccfcea8b 100644 --- a/.github/workflows/pr_title.yml +++ b/.github/workflows/pr.yml @@ -31,3 +31,8 @@ jobs: The subject "{subject}" found in the pull request title "{title}" didn't match the configured pattern. Please ensure that the subject doesn't start with an uppercase character. + + assign-author: + runs-on: ubuntu-latest + steps: + - uses: toshimaru/auto-author-assign@v2.1.0