👷 Auto move project card to review column
This commit is contained in:
committed by
Baptiste Arnaud
parent
8582c6e841
commit
3f7dc79918
13
.github/workflows/auto-move-project-card.yml
vendored
Normal file
13
.github/workflows/auto-move-project-card.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, edited, ready_for_review, synchronize]
|
||||
|
||||
jobs:
|
||||
move-linked-issues:
|
||||
runs-on: ubuntu-latest
|
||||
name: Move linked issues to In Review column
|
||||
steps:
|
||||
- uses: rharter/github-move-linked-project-cards@v0.1.0
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
column: Reviewing 👀
|
Reference in New Issue
Block a user