mirror of
https://github.com/tenrok/axios.git
synced 2026-05-15 11:59:42 +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:
|
||||
- any-glob-to-any-file: 'test/**.js'
|
||||
|
||||
"pr::github-actions":
|
||||
"pr::github":
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: '**.d.ts'
|
||||
- any-glob-to-any-file: '.github/**'
|
||||
|
||||
"pr::examples":
|
||||
- changed-files:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: "Pull Request Labeler"
|
||||
name: "PR Labeler"
|
||||
on:
|
||||
pull_request_target:
|
||||
workflow_dispatch:
|
||||
|
||||
Reference in New Issue
Block a user