Skip to content

Commit

Permalink
Read comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pitag-ha committed Nov 17, 2023
1 parent 1c0f4a1 commit 769e91a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/parse_comment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Fuzzy CI

on:
push:
branches: [ read-and-parse-comment ]
# pull_request:
# branches: [ fuzzy-ci-artefacts-approach ]
# types: [ opened, synchronize, reopened, unlabeled, labeled ]

jobs:
all:
runs-un: ubuntu-20.04
name: Read and parse comment
steps:
- name: Get message last approval comment on PR
# env:
# msg_start:
run: |
curl -s "https://api.github.com/repos/pitag-ha/merlin/issues/6/comments" | jq -r 'map(select(.body | startswith("This PR introduces a change in some Merlin query response(s), which has been captured by the fuzzy-test CI."))) | max_by(.'created_by') | .body'

0 comments on commit 769e91a

Please sign in to comment.