mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-08-31 01:01:11 +08:00
3285c14534
* chore(deps): bump actions/labeler from 4 to 5 Bumps [actions/labeler](https://github.com/actions/labeler) from 4 to 5. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/labeler dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore: update labeler for v5 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
18 lines
546 B
YAML
18 lines
546 B
YAML
'Route: v1':
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['lib/router.js']
|
|
- all-globs-to-any-file: ['lib/routes/**/*.js', '!lib/routes/index.js']
|
|
|
|
'Route: v2':
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['lib/v2/**/*.js']
|
|
|
|
core enhancement:
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['lib/routes/index.js']
|
|
- all-globs-to-any-file: ['lib/**', '!lib/radar-rules.js', '!/lib/config.js', '!lib/router.js', '!lib/routes/**', '!lib/v2/**']
|
|
|
|
dependencies:
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['package.json', 'pnpm-lock.yaml', 'yarn.lock']
|