Skip to content

Commit

Permalink
Merge pull request #520 from crazy-max/pr-assign-author
Browse files Browse the repository at this point in the history
pr-assign-author workflow
  • Loading branch information
CrazyMax authored and GitHub committed Apr 23, 2025
2 parents 12d9b9a + e8ece87 commit 418e4b9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/pr-assign-author.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: pr-assign-author

permissions:
contents: read

on:
pull_request_target:
types:
- opened
- reopened

jobs:
run:
uses: crazy-max/.github/.github/workflows/pr-assign-author.yml@1b673f36fad86812f538c1df9794904038a23cbf
permissions:
contents: read
pull-requests: write

0 comments on commit 418e4b9

Please sign in to comment.