Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4d16573

Browse files
Create assign_author.yml
1 parent 8b4a0c4 commit 4d16573

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

‎.github/workflows/assign_author.yml‎

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
on:
2+
issues:
3+
types: [opened]
4+
name: Issues
5+
jobs:
6+
assignAuthor:
7+
name: Assign author to issue
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Assign author to issue
11+
uses: technote-space/assign-author@v1

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /