fix(ci): fix configuration for breaking change notification workflow - #1356
Conversation
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
|
/ok to test |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe pull request updates the breaking change alert workflow by refreshing the copyright header year range to 2025–2026 and modifying the trigger-notifier job to explicitly declare read-only permissions and reference a new Slack webhook secret environment variable. ChangesWorkflow Configuration
🎯 2 (Simple) | ⏱️ ~5 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
| @@ -1,4 +1,4 @@ | |||
| # SPDX-FileCopyrightText: Copyright (c) 2021-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | |||
| # SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | |||
There was a problem hiding this comment.
Guessing this is just because this is when the repo was published
There was a problem hiding this comment.
Yes I think that's right. This was done automatically by pre-commit.
Because all of the history was squashed when the project was open-sourced: b833f7a
|
/merge |
Contributes to rapidsai/shared-workflows#560
Fixes misconfigurations in the GitHub Actions workflow that generates Notifications when PRs are labeled
breaking.Any other changes come from making the configuration for this workflow identical across all RAPIDS repos.