Skip to content

Commit

Permalink
labeler job fix (#2401)
Browse files Browse the repository at this point in the history
labeler job fix

Summary of the Pull Request
PR Checklist

 Refers to: #xxx
 Tests added/passed.
 Documentation updated.
 Schema updated.
 Release notes added.

Acceptance Steps Performed
=== RUN   TestAccSomethingV0_basic
--- PASS: TestAccSomethingV0_basic (101.71s)
=== RUN   TestAccSomethingV0_timeout
--- PASS: TestAccSomethingV0_timeout (128.67s)
PASS

Process finished with exit code 0

Reviewed-by: Artem Lifshits
  • Loading branch information
anton-sidelnikov authored Jan 3, 2024
1 parent 884e1d0 commit 9a6c876
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
dependencies:
- go.mod
- go.sum
- vendor/**/*
- changed-files:
- any-glob-to-any-file:
- go.mod
- go.sum
- vendor/**/*
documentation:
- docs/**/*
- README.md
- changed-files:
- any-glob-to-any-file:
- docs/**/*
- README.md
changelog:
- CHANGELOG.md
- changed-files:
- any-glob-to-any-file:
- CHANGELOG.md

0 comments on commit 9a6c876

Please sign in to comment.