Commit 0123e41
committed
ci(github): remove explicit pull_request types to fix check name mismatch
GitHub appends the activity type to the status check name when types
are explicitly listed, producing 'CI / ci (pull_request)' instead of
'CI / ci'. Branch protection requires the name without the suffix.
Remove the types list — the default pull_request trigger already covers
opened, synchronize, and reopened. The only dropped type is 'edited'
(PR description changes), which isn't meaningful for CI.1 parent 064c9a4 commit 0123e41
1 file changed
Lines changed: 1 addition & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | 23 | | |
34 | | - | |
| 24 | + | |
35 | 25 | | |
36 | 26 | | |
37 | 27 | | |
| |||
0 commit comments