Commit df48e65
chore(ci): Replace pr-labels-action with native GitHub expressions
Replace the custom fork `mydea/pr-labels-action@fn/bump-node20` with
built-in `github.event.pull_request.labels.*.name` expressions. Both
usages already gate on `github.event_name == 'pull_request'`, so the
labels context is always available when needed.
This removes an external dependency and also eliminates the Node.js 20
deprecation warning this action was causing.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 45d7b06 commit df48e65
1 file changed
+3
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | 73 | | |
78 | 74 | | |
79 | 75 | | |
| |||
86 | 82 | | |
87 | 83 | | |
88 | 84 | | |
89 | | - | |
| 85 | + | |
| 86 | + | |
90 | 87 | | |
91 | 88 | | |
92 | | - | |
| 89 | + | |
0 commit comments