Skip to content

Commit

Permalink
Create auto-assign-pr.yml (#4513)
Browse files Browse the repository at this point in the history
  • Loading branch information
akeller authored Oct 24, 2024
1 parent 2900344 commit 8aef77e
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 8aef77e

Please sign in to comment.