2
0
Yuki Takei 4 жил өмнө
parent
commit
1bd8aaa115

+ 1 - 2
.github/workflows/pr-to-master.yml

@@ -27,8 +27,7 @@ jobs:
 
     if: |
       (!contains( github.event.pull_request.labels.*.name, 'exclude from changelog' ) &&
-        !startsWith( github.ref, 'refs/heads/chore/' ) &&
-        !startsWith( github.ref, 'refs/heads/dependabot/' ))
+        !startsWith( github.head_ref, 'dependabot/' ))
 
     steps:
       - uses: amannn/action-semantic-pull-request@v3.4.2