mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-09 08:43:37 -05:00
chore(ci): update CI tasks to move PRs when updated
This commit is contained in:
parent
71c0a782c1
commit
c29efc155b
1 changed files with 64 additions and 64 deletions
2
.github/workflows/triage_pr.yml
vendored
2
.github/workflows/triage_pr.yml
vendored
|
@ -2,7 +2,7 @@ name: Add PR to Board
|
|||
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [opened]
|
||||
types: [opened, edited, ready_for_review, review_requested]
|
||||
|
||||
jobs:
|
||||
track_pr:
|
||||
|
|
Loading…
Reference in a new issue