Skip to content

Commit

Permalink
test(actions): Auto Assign Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gaiborjosue committed Jan 31, 2024
1 parent bf5e416 commit 9b7a8da
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ on:
types: [opened, reopened]

jobs:
Assign-Issue:
runs-on: ubuntu-latest

steps:
- name: Assign author to issue
uses: technote-space/assign-author@v1

Create-Comment:
runs-on: ubuntu-latest

Expand Down

0 comments on commit 9b7a8da

Please sign in to comment.