This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [lycheeverse/lychee-action](https://redirect.github.com/lycheeverse/lychee-action) | action | minor | `v2.1.0` -> `v2.5.0` | --- ### Release Notes <details> <summary>lycheeverse/lychee-action (lycheeverse/lychee-action)</summary> ### [`v2.5.0`](https://redirect.github.com/lycheeverse/lychee-action/releases/tag/v2.5.0): Version 2.5.0 [Compare Source](https://redirect.github.com/lycheeverse/lychee-action/compare/v2.4.1...v2.5.0) #### Summary Most notably with this release the deprecated `--exclude-mail` flag was removed and the behavior of the `--accept` flag was updated. Previously, status codes such as 200 OK were always accepted. Now they are only accepted by default. This means providing the argument `--accept 201` now rejects status code 200 OK. #### What's Changed - Update lycheeVersion to v0.19.1 by [@​github-actions](https://redirect.github.com/github-actions)\[bot] in[https://github.com/lycheeverse/lychee-action/pull/300](https://redirect.github.com/lycheeverse/lychee-action/pull/300)0 - See the lychee changes here: https://github.com/lycheeverse/lychee/releases/tag/lychee-v0.19.1, https://github.com/lycheeverse/lychee/releases/tag/lychee-v0.19.0 **Full Changelog**: https://github.com/lycheeverse/lychee-action/compare/v2...v2.5.0 ### [`v2.4.1`](https://redirect.github.com/lycheeverse/lychee-action/releases/tag/v2.4.1): Version 2.4.1 [Compare Source](https://redirect.github.com/lycheeverse/lychee-action/compare/v2.4.0...v2.4.1) #### What's Changed - Added Update Default Lychee version workflow by [@​Arteiii](https://redirect.github.com/Arteiii) in [https://github.com/lycheeverse/lychee-action/pull/284](https://redirect.github.com/lycheeverse/lychee-action/pull/284) - Use temporary directory for lychee installation by [@​mre](https://redirect.github.com/mre) in [https://github.com/lycheeverse/lychee-action/pull/287](https://redirect.github.com/lycheeverse/lychee-action/pull/287) - Fix `lychee` version check by [@​mondeja](https://redirect.github.com/mondeja) in [https://github.com/lycheeverse/lychee-action/pull/288](https://redirect.github.com/lycheeverse/lychee-action/pull/288) **Full Changelog**: https://github.com/lycheeverse/lychee-action/compare/v2...v2.4.1 ### [`v2.4.0`](https://redirect.github.com/lycheeverse/lychee-action/releases/tag/v2.4.0): Version 2.4.0 [Compare Source](https://redirect.github.com/lycheeverse/lychee-action/compare/v2.3.0...v2.4.0) #### What's Changed - lychee now has a new task output, which allows to track which links got fixed more easily. It looks like this: \[test.html]: - \[X] \[404] https://en.wikipedia.org/wiki/foo | Network error: Not Found - \[ ] \[404] https://en.wikipedia.org/wiki/bar | Network error: Not Found - \[ ] \[ERROR] https://example.com/baz | Network error: error sending request for url (https://example.com/baz) Maybe a certificate error? Each broken link has a checkbox that can be ticked off once fixed. Credit goes to [@​Arteiii](https://redirect.github.com/Arteiii) for the idea and the implementation. See [#​274](https://redirect.github.com/lycheeverse/lychee-action/issues/274) for more information. - Update To latest lychee Release by [@​Arteiii](https://redirect.github.com/Arteiii) in [https://github.com/lycheeverse/lychee-action/pull/279](https://redirect.github.com/lycheeverse/lychee-action/pull/279) - Add `workingDirectory` argument by [@​mre](https://redirect.github.com/mre) in [https://github.com/lycheeverse/lychee-action/pull/283](https://redirect.github.com/lycheeverse/lychee-action/pull/283) #### New Contributors - [@​Arteiii](https://redirect.github.com/Arteiii) made their first contribution in [https://github.com/lycheeverse/lychee-action/pull/279](https://redirect.github.com/lycheeverse/lychee-action/pull/279) **Full Changelog**: https://github.com/lycheeverse/lychee-action/compare/v2...v2.4.0 ### [`v2.3.0`](https://redirect.github.com/lycheeverse/lychee-action/releases/tag/v2.3.0): Version 2.3.0 [Compare Source](https://redirect.github.com/lycheeverse/lychee-action/compare/v2.2.0...v2.3.0) #### What's Changed - feat: support ARM workers by [@​LesnyRumcajs](https://redirect.github.com/LesnyRumcajs) in [https://github.com/lycheeverse/lychee-action/pull/273](https://redirect.github.com/lycheeverse/lychee-action/pull/273) #### New Contributors - [@​LesnyRumcajs](https://redirect.github.com/LesnyRumcajs) made their first contribution in [https://github.com/lycheeverse/lychee-action/pull/273](https://redirect.github.com/lycheeverse/lychee-action/pull/273) **Full Changelog**: https://github.com/lycheeverse/lychee-action/compare/v2...v2.3.0 ### [`v2.2.0`](https://redirect.github.com/lycheeverse/lychee-action/releases/tag/v2.2.0): Version 2.2.0 [Compare Source](https://redirect.github.com/lycheeverse/lychee-action/compare/v2.1.0...v2.2.0) #### What's Changed - Fix if expressions in GitHub actions by [@​YDX-2147483647](https://redirect.github.com/YDX-2147483647) in [https://github.com/lycheeverse/lychee-action/pull/265](https://redirect.github.com/lycheeverse/lychee-action/pull/265) - Update README.md to include continue-on-error: true in action by [@​psobolewskiPhD](https://redirect.github.com/psobolewskiPhD) in [https://github.com/lycheeverse/lychee-action/pull/267](https://redirect.github.com/lycheeverse/lychee-action/pull/267) - Bump default version to latest (0.18.0) by [@​trask](https://redirect.github.com/trask) in [https://github.com/lycheeverse/lychee-action/pull/269](https://redirect.github.com/lycheeverse/lychee-action/pull/269) #### New Contributors - [@​psobolewskiPhD](https://redirect.github.com/psobolewskiPhD) made their first contribution in [https://github.com/lycheeverse/lychee-action/pull/267](https://redirect.github.com/lycheeverse/lychee-action/pull/267) - [@​trask](https://redirect.github.com/trask) made their first contribution in [https://github.com/lycheeverse/lychee-action/pull/269](https://redirect.github.com/lycheeverse/lychee-action/pull/269) **Full Changelog**: https://github.com/lycheeverse/lychee-action/compare/v2...v2.2.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/libretime/libretime). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2kiLCJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
108 lines
3.6 KiB
YAML
108 lines
3.6 KiB
YAML
name: Housekeeping
|
|
|
|
on:
|
|
schedule:
|
|
- cron: "0 0 * * *"
|
|
workflow_dispatch:
|
|
inputs:
|
|
issueLimit:
|
|
description: Max. number of issues to create
|
|
required: true
|
|
default: "5"
|
|
|
|
permissions:
|
|
issues: write
|
|
|
|
jobs:
|
|
find_closed_references:
|
|
if: github.repository_owner == 'libretime'
|
|
name: Find closed references
|
|
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
|
|
- uses: actions/setup-node@v4
|
|
with:
|
|
node-version: "16"
|
|
|
|
- uses: ory/closed-reference-notifier@v1
|
|
with:
|
|
token: ${{ secrets.GITHUB_TOKEN }}
|
|
issueLimit: ${{ github.event.inputs.issueLimit || '5' }}
|
|
ignore: .git,/docs/releases/*,CHANGELOG.md
|
|
|
|
find_broken_links:
|
|
if: github.repository_owner == 'libretime'
|
|
name: Find broken links
|
|
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
|
|
- uses: actions/cache@v4
|
|
with:
|
|
path: .lycheecache
|
|
key: housekeeping-find-broken-links-${{ github.sha }}
|
|
restore-keys: housekeeping-find-broken-links-
|
|
|
|
- name: Check Links
|
|
id: lychee
|
|
uses: lycheeverse/lychee-action@v2.5.0
|
|
with:
|
|
args: >-
|
|
'**/*.md'
|
|
--require-https
|
|
--exclude-all-private
|
|
--exclude 'example\.(com|org)'
|
|
--exclude '\$server_name\$request_uri'
|
|
--exclude '%7Bvars.version%7D'
|
|
--exclude 'https://dir.xiph.org/cgi-bin/yp-cgi'
|
|
--exclude 'https://radio.indymedia.org/cgi-bin/yp-cgi'
|
|
--exclude 'https://www.ascap.com'
|
|
--exclude 'https://www.youtube-nocookie.com'
|
|
--exclude 'github\.com/libretime/libretime/(issues|pulls)'
|
|
--exclude 'https://packages.ubuntu.com/bionic/liquidsoap'
|
|
--exclude 'https://packages.ubuntu.com/bionic/php7.2'
|
|
--exclude 'https://packages.ubuntu.com/bionic/python3'
|
|
--cache
|
|
--max-cache-age 2d
|
|
fail: true
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
find_stale_issues:
|
|
if: github.repository_owner == 'libretime'
|
|
name: Find stale issues
|
|
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/stale@v9
|
|
with:
|
|
stale-issue-message: >
|
|
This issue has been automatically marked as stale because it has not had
|
|
activity in the last 5 months. It will be closed if no activity occurs in
|
|
the next month.
|
|
|
|
Please chat to us on the [forum](https://discourse.libretime.org/) or
|
|
ask for help on [#libretime:matrix.org](https://matrix.to/#/#libretime:matrix.org)
|
|
if you have any questions or need further support with getting this issue resolved.
|
|
|
|
You may also label an issue as *pinned* if you would like to make sure
|
|
that it does not get closed by this bot.
|
|
close-issue-message: >
|
|
This issue has been automatically closed after is was marked as stale and
|
|
did not receive any further inputs.
|
|
|
|
Feel free to let us know on the [forum](https://discourse.libretime.org/) or
|
|
ask for help on [#libretime:matrix.org](https://matrix.to/#/#libretime:matrix.org)
|
|
if you feel this issue should not have been closed.
|
|
|
|
Thank you for your contributions.
|
|
days-before-issue-stale: 150
|
|
days-before-issue-close: 30
|
|
stale-issue-label: "status: stalled"
|
|
exempt-issue-labels: "status: pinned,status: maybe later,security,is: feature-request"
|
|
exempt-issue-assignees: true
|
|
exempt-issue-milestones: true
|