Skip to content

Commit

Permalink
ci: add assign author job on pr actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pyshx committed Sep 17, 2024
1 parent ff37246 commit d503b80
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pr_title.yml → .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]

0 comments on commit d503b80

Please sign in to comment.