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 84d9e40
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@2684b0f1d7b1671b7fb9ab8bfbb9b2b88983e6c5
with:
way: 'body'

0 comments on commit 84d9e40

Please sign in to comment.