Skip to content

Commit

Permalink
[ci](ga) skip scope-label (#41612)
Browse files Browse the repository at this point in the history
There are some error in `actions/[email protected]`
```
Error: TypeError: glob pattern string required
Error: glob pattern string required
```

disable it temporarily
  • Loading branch information
morningman authored Oct 9, 2024
1 parent fc0279b commit 1a5c1be
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/scope-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@
---
name: Add Scope Labeler

on:
pull_request_target:
types:
- opened
- synchronize
# This action has some error, skip it temporarily
#on:
# pull_request_target:
# types:
# - opened
# - synchronize

jobs:
process:
Expand Down

0 comments on commit 1a5c1be

Please sign in to comment.