Skip to content

Commit

Permalink
feat: test github action
Browse files Browse the repository at this point in the history
  • Loading branch information
japananh committed Jan 18, 2024
1 parent 46d0bb7 commit 03185a5
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
name: Auto Assign
on: pull_request

on:
issues:
types: [opened]
pull_request:
types: [opened]

jobs:
add-reviews:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/[email protected]
- uses: kentaro-m/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 03185a5

Please sign in to comment.