mirror of
https://github.com/tenrok/axios.git
synced 2026-06-05 16:42:32 +03:00
35 lines
657 B
YAML
35 lines
657 B
YAML
|
|
"pr:docs":
|
|
- changed-files:
|
|
- any-glob-to-any-file: '**.md'
|
|
|
|
"pr:code":
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'lib/**.js'
|
|
|
|
"pr:types":
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['index.d.ts', 'index.d.cts']
|
|
|
|
"pr:tests":
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'test/**.js'
|
|
|
|
"pr:github-actions":
|
|
- changed-files:
|
|
- any-glob-to-any-file: '**.d.ts'
|
|
|
|
"pr:examples":
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'examples/**.js'
|
|
|
|
"pr:ci":
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['bin/**', 'rollup.config.js']
|
|
|
|
"pr:feature":
|
|
- head-branch: ['feature', 'feat']
|
|
|
|
"pr:fix":
|
|
- head-branch: ['fix', 'bug']
|