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

fix: tap exclude #503

Merged
merged 1 commit into from
Feb 4, 2025
Merged

fix: tap exclude #503

merged 1 commit into from
Feb 4, 2025

Conversation

reggi
Copy link
Contributor

@reggi reggi commented Feb 4, 2025

before

    "exclude": [
      "docs/**,smoke-tests/**,mock-globals/**,mock-registry/**,workspaces/**"
    ]

after

    "exclude": [
      "docs/**",
      "smoke-tests/**",
      "mock-globals/**",
      "mock-registry/**",
      "workspaces/**"
    ],

@reggi reggi requested a review from a team as a code owner February 4, 2025 16:41
@reggi reggi merged commit 4f871ab into main Feb 4, 2025
17 checks passed
@reggi reggi deleted the reggi/fix-tap-exclude branch February 4, 2025 16:51
@github-actions github-actions bot mentioned this pull request Feb 4, 2025
reggi pushed a commit that referenced this pull request Feb 4, 2025
🤖 I have created a release *beep* *boop*
---


##
[4.24.1](v4.24.0...v4.24.1)
(2025-02-04)
### Bug Fixes
*
[`4f871ab`](4f871ab)
[#503](#503) tap exclude (#503)
(@reggi)

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants