Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .github/workflows/pr_author_auto_assign.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: "Auto Author Assign"

on:
pull_request:
types:
- opened
- reopened

permissions:
pull-requests: write

jobs:
assign-author:
runs-on: ubuntu-latest
steps:
- uses: toshimaru/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* feat: add alphabetical sorting by type for `member-ordering-extended` rule.
* feat: add support mixins, extensions and enums for `prefer-match-file-name` rule.
* fix: prefer conditional expressions rule breaks code with increment / decrement operators
* chore: tune GitHub workflows

## 4.7.0

Expand Down