Skip to content

Commit

Permalink
Merge branch 'master' into renovate/redhat-plumbers-in-action-advance…
Browse files Browse the repository at this point in the history
…d-issue-labeler-3.x
  • Loading branch information
mai93 committed Jun 26, 2024
2 parents 16732aa + 7ea84d1 commit f0fece5
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 40 deletions.
80 changes: 45 additions & 35 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,43 +1,53 @@
# Add 'awaiting-review' to any PR opened
awaiting-review:
- '**/*'
- changed-files:
- any-glob-to-any-file: ['**/*']

'product: CLion':
- clwb/**/*
- cpp/**/*
- base/**/*
- examples/cpp/simple_project/**/*
- intellij_platform_sdk/BUILD.clion213
- intellij_platform_sdk/BUILD.clion221
- intellij_platform_sdk/BUILD.clion222
- intellij_platform_sdk/BUILD.clion223
- intellij_platform_sdk/BUILD.clion231
- intellij_platform_sdk/BUILD.clion232
- changed_files:
- any-glob-to-any-file: [
'clwb/**/*',
'cpp/**/*',
'base/**/*',
'examples/cpp/simple_project/**/*',
'intellij_platform_sdk/BUILD.clion213',
'intellij_platform_sdk/BUILD.clion221',
'intellij_platform_sdk/BUILD.clion222',
'intellij_platform_sdk/BUILD.clion223',
'intellij_platform_sdk/BUILD.clion231',
'intellij_platform_sdk/BUILD.clion232'
]

'product: IntelliJ':
- base/**/*
- examples/java/greetings_project/**/*
- ijwb/**/*
- kotlin/**/*
- java/**/*
- examples/kotlin/**/*
- javascript/**/*
- python/**/*
- scala/**/*
- intellij_platform_sdk/BUILD.idea221
- intellij_platform_sdk/BUILD.idea222
- intellij_platform_sdk/BUILD.idea223
- intellij_platform_sdk/BUILD.idea231
- intellij_platform_sdk/BUILD.idea232
- intellij_platform_sdk/BUILD.ue213
- intellij_platform_sdk/BUILD.ue221
- intellij_platform_sdk/BUILD.ue222
- intellij_platform_sdk/BUILD.ue223
- intellij_platform_sdk/BUILD.ue231
- intellij_platform_sdk/BUILD.ue232
- changed_files:
- any-glob-to-any-file: [
'base/**/*',
'examples/java/greetings_project/**/*',
'ijwb/**/*',
'kotlin/**/*',
'java/**/*',
'examples/kotlin/**/*',
'javascript/**/*',
'python/**/*',
'scala/**/*',
'intellij_platform_sdk/BUILD.idea221',
'intellij_platform_sdk/BUILD.idea222',
'intellij_platform_sdk/BUILD.idea223',
'intellij_platform_sdk/BUILD.idea231',
'intellij_platform_sdk/BUILD.idea232',
'intellij_platform_sdk/BUILD.ue213',
'intellij_platform_sdk/BUILD.ue221',
'intellij_platform_sdk/BUILD.ue222',
'intellij_platform_sdk/BUILD.ue223',
'intellij_platform_sdk/BUILD.ue231',
'intellij_platform_sdk/BUILD.ue232'
]

'product: GoLand':
- base/**/*
- examples/go/**/*
- gazelle/**/*
- golang/**/*
- changed_files:
- any-glob-to-any-file: [
'base/**/*',
'examples/go/**/*',
'gazelle/**/*',
'golang/**/*'
]
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Track and close stale issues/PRs
uses: actions/stale@v5
uses: actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-issue-stale: 183
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use_repo(python, "python_3_12", "python_versions")

bazel_dep(
name = "rules_proto",
version = "5.3.0-21.7",
version = "6.0.2",
)
bazel_dep(
name = "protobuf",
Expand Down
6 changes: 3 additions & 3 deletions WORKSPACE.bzlmod
Original file line number Diff line number Diff line change
Expand Up @@ -834,10 +834,10 @@ scalatest_toolchain()
# needed for cpp tests
http_archive(
name = "com_google_absl",
sha256 = "7c11539617af1f332f0854a6fb21e296a1b29c27d03f23c7b49d4adefcd102cc",
strip_prefix = "abseil-cpp-20230802.2",
sha256 = "733726b8c3a6d39a4120d7e45ea8b41a434cdacde401cba500f14236c49b39dc",
strip_prefix = "abseil-cpp-20240116.2",
urls = [
"https://github.com/abseil/abseil-cpp/archive/refs/tags/20230802.2.tar.gz",
"https://github.com/abseil/abseil-cpp/archive/refs/tags/20240116.2.tar.gz",
],
)

Expand Down

0 comments on commit f0fece5

Please sign in to comment.