Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: common rules among the tasks #195

Open
cristianoliveira opened this issue Jul 24, 2024 · 0 comments
Open

feat: common rules among the tasks #195

cristianoliveira opened this issue Jul 24, 2024 · 0 comments
Labels
feature A feature idea or request

Comments

@cristianoliveira
Copy link
Owner

I get myself having to repeat (mostly) similar change and ignore for many rules in a workflow. I wonder if I could add something like

on:
  change:
     - 'foobar/**'
     - 'bar.js'
  ignore:
     - '**/*.log'

tasks:
  ## .. standard config
@cristianoliveira cristianoliveira added the feature A feature idea or request label Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A feature idea or request
Projects
None yet
Development

No branches or pull requests

1 participant