Skip to content

Commit

Permalink
Starting to test workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
MatrixFrog committed Aug 12, 2024
1 parent 2888c97 commit e43bf02
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/move-to-in-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: move-card-to-in-review

on:
pull_request:
types: [opened, reopened, ready_for_review, synchronize, edited]

jobs:
extract:
runs-on: ubuntu-latest
steps:
- uses: MatrixFrog/pr-extract-issues@87cb784b74e9db43c39d0e881be3312678c89a8e
with:
way: 'body'

0 comments on commit e43bf02

Please sign in to comment.