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

Workflow notification filters for certain tags #1802

Open
fpopic opened this issue Nov 15, 2023 · 0 comments
Open

Workflow notification filters for certain tags #1802

fpopic opened this issue Nov 15, 2023 · 0 comments

Comments

@fpopic
Copy link

fpopic commented Nov 15, 2023

Is your feature request related to a problem? Please describe.
I would like to be able to define workflow notification filters for certain tags, and not only branches.

Describe the solution you'd like
Be able to specify one or more tag or tag filter patterns, alongside with branch.

/github subscribe org/repo workflows:{event:"push" tag:"v[0-9]+\.[0-9]+\.[0-9]+", "v[0-9]+\.[0-9]+\.[0-9]+\-[a-z]+[0-9]+" actor:"ashokirla"}

Describe alternatives you've considered
Not any.

Additional context
Not any.

Similar functionality as in

on:
  push:
    tags:
      # NOTE: These filter patterns aren't actually regexes:
      #   https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet
      - 'v[0-9]+\.[0-9]+\.[0-9]+'
      - 'v[0-9]+\.[0-9]+\.[0-9]+\-[a-z]+[0-9]+'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant