2
0
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:
Dmitriy Mozgovoy
2025-04-26 19:42:56 +03:00
committed by GitHub
parent b998b7d6c7
commit f31d2bab75
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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 -1
View File
@@ -1,4 +1,4 @@
name: "Pull Request Labeler"
name: "PR Labeler"
on:
pull_request_target:
workflow_dispatch: