Skip to content

Commit

Permalink
chore: workflow to autoassign PR
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyaprem committed Apr 19, 2024
1 parent 768c61b commit aa2dde4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/auto_assign_pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Auto Assign PR to Creator

on:
pull_request:
types:
- opened

jobs:
assign_creator:
runs-on: ubuntu-latest
steps:
- uses: toshimaru/[email protected]

0 comments on commit aa2dde4

Please sign in to comment.