Skip to content

chore(deps): bump peter-evans/create-issue-from-file from 5.0.0 to 5.0.1 #12

chore(deps): bump peter-evans/create-issue-from-file from 5.0.0 to 5.0.1

chore(deps): bump peter-evans/create-issue-from-file from 5.0.0 to 5.0.1 #12

name: "Check docs links"
on:
workflow_dispatch:
push:
branches:
- master
paths:
- "docs/**"
- ".github/workflows/documentation-links.yml"
pull_request:
paths:
- "docs/**"
- ".github/workflows/documentation-links.yml"
jobs:
linkChecker:
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@2b973e86fc7b1f6b36a93795fe2c9c6ae1118621
- name: Create Issue From File
if: env.lychee_exit_code != 0
uses: peter-evans/create-issue-from-file@e8ef132d6df98ed982188e460ebb3b5d4ef3a9cd
with:
title: Link Checker Report
content-filepath: ./lychee/out.md
labels: |
report
automated-issue
help-wanted
assignees: VictorAvelar