Skip to content

Commit

Permalink
Edit report comment when issue edited
Browse files Browse the repository at this point in the history
  • Loading branch information
hvidy committed Feb 13, 2024
1 parent 789f8ab commit ac4d83a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/edit-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ jobs:
cache: "pip"
- run: pip install -r requirements.txt

# find issue comment
- name: find comment
uses: peter-evans/find-comment@v3
id: fc
with:
issue-number: ${{ github.event.issue.number }}
comment-author: github-actions
body-includes: Model Report
direction: last

# generate report
- name: generate report
env:
Expand Down

0 comments on commit ac4d83a

Please sign in to comment.