2
0
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:
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: - 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 -1
View File
@@ -1,4 +1,4 @@
name: "Pull Request Labeler" name: "PR Labeler"
on: on:
pull_request_target: pull_request_target:
workflow_dispatch: workflow_dispatch: