Skip to content

Commit 85ab4fc

Browse files
authored
chore(ci): upgrade to non deprecated action for assign pr (WPB-8645)
1 parent d099b21 commit 85ab4fc

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed
Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
name: Auto assign author to PR
1+
name: "Auto Author Assign"
22
on:
3-
pull_request:
4-
types: [ opened ]
3+
pull_request:
4+
types: [ opened, reopened ]
5+
6+
permissions:
7+
pull-requests: write
58

69
jobs:
7-
assign-author:
8-
runs-on: ubuntu-latest
9-
steps:
10-
- uses: samspills/[email protected]
11-
with:
12-
repo-token: '${{ secrets.GITHUB_TOKEN }}'
10+
assign-author:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: toshimaru/[email protected]

0 commit comments

Comments
 (0)