diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-05-19 17:37:03 -0400 |
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-05-19 17:37:03 -0400 |
| commit | 2531a2b672bb60e871d419453ae8558f0869bce3 (patch) | |
| tree | b23f79f6378384cffff9e032d12066014e9dafff /.github/workflows | |
| parent | 1a4113ee3e47be229e28fc5a935ada174781b00b (diff) | |
| parent | cddcfef3c32e08aedef1e4908bd477e45bef1974 (diff) | |
Merge branch 'master' into tma858-remind-users
# Conflicts:
# src/components/friends/InviteFriendTile.tsx
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/auto-assign.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/workflows/auto-assign.yml b/.github/workflows/auto-assign.yml new file mode 100644 index 00000000..c7fbf844 --- /dev/null +++ b/.github/workflows/auto-assign.yml @@ -0,0 +1,14 @@ +# https://github.com/marketplace/actions/auto-assign-action + +name: 'Auto Assign' +on: + pull_request: + types: [opened, ready_for_review] + +jobs: + add-reviews: + runs-on: ubuntu-latest + steps: + - uses: kentaro-m/auto-assign-action@v1.1.2 + with: + configuration-path: ".github/auto_assign.yml"
\ No newline at end of file |
