mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
chore(ci): fix github action glob in PR labeler action config; (#6893)
This commit is contained in:
+2
-2
@@ -15,9 +15,9 @@
|
|||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file: 'test/**.js'
|
- any-glob-to-any-file: 'test/**.js'
|
||||||
|
|
||||||
"pr::github-actions":
|
"pr::github":
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file: '**.d.ts'
|
- any-glob-to-any-file: '.github/**'
|
||||||
|
|
||||||
"pr::examples":
|
"pr::examples":
|
||||||
- changed-files:
|
- changed-files:
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
name: "Pull Request Labeler"
|
name: "PR Labeler"
|
||||||
on:
|
on:
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|||||||
Reference in New Issue
Block a user