Skip to content

Commit 615f805

Browse files
authored
Update and rename pr.yml to issue.yml
1 parent 2d6a464 commit 615f805

2 files changed

Lines changed: 11 additions & 14 deletions

File tree

.github/workflows/issue.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

.github/workflows/pr.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)