Skip to content

Commit

Permalink
add auto assign PR assignee
Browse files Browse the repository at this point in the history
  • Loading branch information
jjw24 committed Jun 16, 2024
1 parent ea65c8f commit b543853
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/pr_assignee.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Assign PR to creator

# Due to GitHub token limitation, only able to assign org members not authos from forks.
# https://github.com/thomaseizinger/assign-pr-creator-action/issues/3

on:
pull_request:
types: [opened]
branches-ignore:
- l10n_dev

jobs:
automation:
runs-on: ubuntu-latest
steps:
- name: Assign PR to creator
uses: thomaseizinger/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b543853

Please sign in to comment.