File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed
Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Links
2+
3+ on :
4+ repository_dispatch :
5+ workflow_dispatch :
6+ schedule :
7+ - cron : " 00 18 * * *"
8+
9+ jobs :
10+ linkChecker :
11+ runs-on : ubuntu-latest
12+ permissions :
13+ issues : write # required for peter-evans/create-issue-from-file
14+ steps :
15+ - uses : actions/checkout@v5
16+
17+ - name : Link Checker
18+ id : lychee
19+ uses : lycheeverse/lychee-action@v2
20+ with :
21+ fail : false
22+
23+ - name : Create Issue From File
24+ if : steps.lychee.outputs.exit_code != 0
25+ uses : peter-evans/create-issue-from-file@v5
26+ with :
27+ title : Link Checker Report
28+ content-filepath : ./lychee/out.md
29+ labels : report, automated issue
Original file line number Diff line number Diff line change 11[ ![ GitHub Workflow Status] ( https://img.shields.io/github/actions/workflow/status/commitizen-tools/commitizen/pythonpackage.yml?label=python%20package&logo=github&logoColor=white&style=flat-square )] ( https://github.com/commitizen-tools/commitizen/actions )
2+ [ ![ Check Links] ( https://github.com/commitizen-tools/commitizen/actions/workflows/links.yml/badge.svg )] ( https://github.com/commitizen-tools/commitizen/actions/workflows/links.yml )
23[ ![ Conventional Commits] ( https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?style=flat-square )] ( https://conventionalcommits.org )
34[ ![ PyPI Package latest release] ( https://img.shields.io/pypi/v/commitizen.svg?style=flat-square )] ( https://pypi.org/project/commitizen/ )
45[ ![ PyPI Package download count (per month)] ( https://img.shields.io/pypi/dm/commitizen?style=flat-square )] ( https://pypi.org/project/commitizen/ )
You can’t perform that action at this time.
0 commit comments