Skip to content

Commit

Permalink
Create auto-assign-pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akeller authored Oct 24, 2024
1 parent 402c77a commit e7c0a7d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/auto-assign-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Auto Assign

on:
pull_request:
types:
- opened

jobs:
add_assignees:
runs-on: ubuntu-latest
steps:
- uses: actions-ecosystem/action-add-assignees@v1
with:
github_token: ${{ secrets.github_token }}
assignees: ${{ github.actor }}

0 comments on commit e7c0a7d

Please sign in to comment.