Skip to content

Commit

Permalink
Auto assign PR to author
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt711 committed Oct 1, 2024
1 parent dae9d68 commit d7ad8e4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/auto-assign.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Auto Assign PR

on:
pull_request:
types:
- opened

jobs:
add_assignees:
runs-on: ubuntu-latest
steps:
- uses: actions-ecosystem/action-add-assignees@v1
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
assignees: ${{ github.actor }}
1 change: 1 addition & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: "Pull Request Labeler"

on:
- pull_request_target

Expand Down

0 comments on commit d7ad8e4

Please sign in to comment.