You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/03/08 13:02:27 UTC

[GitHub] [netbeans] oyarzun commented on pull request #3727: Use paths on PHP workflow

oyarzun commented on pull request #3727:
URL: https://github.com/apache/netbeans/pull/3727#issuecomment-1061752817


   > I think the PHP area is affected by at least HTML, JavaScript, CSS, Editor, Project, and CSL (and more?).
   > Maybe, it's risky to run it only when there are changes in the PHP cluster.
   > Actually, in the past, something failed when there were changes in the JavaScript area (if I remember right)...
   
   Initially, I had the following from taken from the php.editor dependencies. 
   
   ```yaml
   paths:
     - .github/workflows/php.yml
     - php/**
     - platform/api.annotations.common/**
     - platform/api.progress/**
     - platform/api.progress.nb/**
     - platform/core.multiview/**
     - platform/editor.mimelookup/**
     - platform/openide.awt/**
     - platform/openide.dialogs/**
     - platform/openide.filesystems/**
     - platform/openide.loaders/**
     - platform/openide.modules/**
     - platform/openide.nodes/**
     - platform/openide.text/**
     - platform/openide.util/**
     - platform/openide.util.lookup/**
     - platform/openide.util.ui/**
     - platform/openide.windows/**
     - platform/options.api/**
     - platform/queries/**
     - ide/api.java.classpath/**
     - ide/csl.api/**
     - ide/csl.types/**
     - ide/db/**
     - ide/db.sql.editor/**
     - ide/editor/**
     - ide/editor.bracesmatching/**
     - ide/editor.codetemplates/**
     - ide/editor.document/**
     - ide/editor.fold/**
     - ide/editor.indent/**
     - ide/editor.lib/**
     - ide/editor.lib2/**
     - ide/editor.settings/**
     - ide/editor.util/**
     - ide/html.lexer/**
     - ide/lexer/**
     - ide/options.editor/**
     - ide/parsing.api/**
     - ide/parsing.indexing/**
     - ide/project.ant/**
     - ide/project.api/**
     - ide/projectuiapi.base/**
     - ide/spi.palette/**
     - ide/web.common/**
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists