Explorar o código

update pr-to-master.yml

Yuki Takei %!s(int64=4) %!d(string=hai) anos
pai
achega
1bd8aaa115
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      .github/workflows/pr-to-master.yml

+ 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