Skip to content

Commit

Permalink
Comment on PR too
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrail committed Aug 15, 2024
1 parent 1c1fe9a commit 849fd9b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check_links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ jobs:
fail: true
args: --verbose --no-progress './conferences/2024/**/*.json' './conferences/2025/**/*.json' './conferences/2026/**/*.json' --exclude-mail
output: ${{ env.issue-content }}

- name: Comment Broken Links
uses: marocchino/sticky-pull-request-comment@v2
with:
path: ${{ env.issue-content }}
# Permissions (issues: read)
- name: 'Look for an existing issue'
if: ${{ failure() }}
Expand Down

0 comments on commit 849fd9b

Please sign in to comment.