Skip to content

Commit

Permalink
ci: auto author assign on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed Apr 17, 2024
1 parent 06c4034 commit 76d4bd8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/pr-auto-author-assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: PR Auto Author Assign

on:
pull_request_target:
types: [opened, reopened]

permissions:
pull-requests: write

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

0 comments on commit 76d4bd8

Please sign in to comment.