Skip to content

Commit

Permalink
Remove unused tests:hive label
Browse files Browse the repository at this point in the history
It used to drive CI jobs, but it no longer does since
ceb8e15.
  • Loading branch information
findepi authored and wendigo committed Apr 18, 2024
1 parent cece381 commit 2a03f1a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/config/labeler-config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
# Pull Request Labeler Github Action Configuration: https://github.com/marketplace/actions/labeler
"tests:hive":
- changed-files:
- any-glob-to-any-file: ['lib/trino-orc/**', 'lib/trino-parquet/**', 'lib/trino-hive-formats/**', 'plugin/trino-hive/**', 'testing/trino-product-tests/**', 'lib/trino-filesystem/**', 'lib/trino-filesystem-*/**']

jdbc:
- changed-files:
- any-glob-to-any-file: 'client/trino-jdbc/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
# Do not sync labels as this reverts manually added "tests:hive" label.
# Do not sync labels as this reverts manually added labels such as "tests:all".
# Syncing labels requires that we define "components" labels.
sync-labels: false
configuration-path: .github/config/labeler-config.yml

0 comments on commit 2a03f1a

Please sign in to comment.