Skip to content

Commit

Permalink
ci: update table when PR review is submitted
Browse files Browse the repository at this point in the history
Signed-off-by: Trae Yelovich <[email protected]>
  • Loading branch information
traeok committed Sep 5, 2024
1 parent 4856c87 commit 81986ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/merge-by-table.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Merge-by
on:
pull_request:
types: [opened, ready_for_review]
pull_request_review:
types: [submitted]
push:
branches:
- main
Expand Down Expand Up @@ -31,7 +33,7 @@ jobs:

- name: Install dependencies
run: pnpm install

- uses: actions/github-script@v7
with:
script: |
Expand Down

0 comments on commit 81986ae

Please sign in to comment.