From 34041504f92ab81d15696dab4e6a814859cf72a6 Mon Sep 17 00:00:00 2001 From: Maisam Arif Date: Fri, 13 Jun 2025 15:59:55 -0500 Subject: [PATCH] Update workflows and Contrib docs Signed-off-by: Maisam Arif Change-Id: I2ae31144ee1ab29c8bbba83f0c7eb0bb9dc079ba [ROCm/amdsmi commit: 049c59c5bb37f0d95597978deb9332cc8b78bbd0] --- projects/amdsmi/.github/CONTRIBUTING.md | 4 ++-- projects/amdsmi/.github/dependabot.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/amdsmi/.github/CONTRIBUTING.md b/projects/amdsmi/.github/CONTRIBUTING.md index a9b3b80b36..3b2c2f4f31 100644 --- a/projects/amdsmi/.github/CONTRIBUTING.md +++ b/projects/amdsmi/.github/CONTRIBUTING.md @@ -34,7 +34,7 @@ It mostly follows Google C++ formatting with 100 character line limit. ## Pull Request Guidelines ## When you create a pull request, you should target the default branch. Our -current default branch is the **develop** branch, which serves as our +current default branch is the **amd-staging** branch, which serves as our integration branch. ### Deliverables ### @@ -44,7 +44,7 @@ Please include the licensing header /* * ============================================================================= - * Copyright (c) 2019-2024 Advanced Micro Devices, Inc. + * Copyright (c) 2019-2025 Advanced Micro Devices, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projects/amdsmi/.github/dependabot.yml b/projects/amdsmi/.github/dependabot.yml index 78d41ab4f1..1cb3cd99b9 100644 --- a/projects/amdsmi/.github/dependabot.yml +++ b/projects/amdsmi/.github/dependabot.yml @@ -10,9 +10,9 @@ updates: open-pull-requests-limit: 10 schedule: interval: "weekly" - target-branch: "develop" + target-branch: "amd-staging" labels: - "documentation" - "dependencies" reviewers: - - "samjwu" + - "petepark_amdeng"