Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit dea06a2

Browse files
authored
chore: tune GitHub workflows (#576)
1 parent e743903 commit dea06a2

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: "Auto Author Assign"
2+
3+
on:
4+
pull_request:
5+
types:
6+
- opened
7+
- reopened
8+
9+
permissions:
10+
pull-requests: write
11+
12+
jobs:
13+
assign-author:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: toshimaru/auto-author-assign@v1.4.0
17+
with:
18+
repo-token: ${{ secrets.GITHUB_TOKEN }}

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* feat: add alphabetical sorting by type for `member-ordering-extended` rule.
66
* feat: add support mixins, extensions and enums for `prefer-match-file-name` rule.
77
* fix: prefer conditional expressions rule breaks code with increment / decrement operators
8+
* chore: tune GitHub workflows
89

910
## 4.7.0
1011

0 commit comments

Comments
 (0)