Skip to content

Commit

Permalink
Merge pull request #36 from aswinnarayanan/175-story-complete-auto-up…
Browse files Browse the repository at this point in the history
…dating-of-featuresepics-with-links

175 story complete auto updating of featuresepics with links
  • Loading branch information
aswinnarayanan authored Sep 29, 2022
2 parents deb43a7 + 3aaffff commit 51a56d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/populate-issue-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
uses: peter-evans/create-or-update-comment@v2
with:
issue-number: ${{ steps.find-issue-number.outputs.group1 }}
body: ${{ format('### {0}\n - \#{1}', inputs.listtype, github.event.issue.number) }}
body: ${{ format('### {0}', inputs.listtype) }}
- name: Update list
if: steps.find-issue-number.outputs.group1 != '' && steps.find-list.outputs.comment-id != '' && !contains(steps.find-list.outputs.comment-body, format('#{0}', github.event.issue.number))
uses: peter-evans/create-or-update-comment@v2
with:
comment-id: ${{ steps.find-list.outputs.comment-id }}
body: ${{ format(' - \#{0}', github.event.issue.number) }}
body: ${{ format(' - [ ] \#{0}', github.event.issue.number) }}

0 comments on commit 51a56d5

Please sign in to comment.