2
0

👷 Auto move project card to review column

This commit is contained in:
Baptiste Arnaud
2022-10-27 12:02:15 +02:00
committed by Baptiste Arnaud
parent 8582c6e841
commit 3f7dc79918

View 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 👀