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