From d08a723eba19a3dae6581124b34d391f05948dec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 19:43:08 +0800 Subject: [PATCH] chore: templates generated by RadxaOS-SDK/rsdk@c8dce447111d4287590ecbfe18f3fdfe88455702.dirty --- .github/CODEOWNERS | 7 +++++++ .github/workflows/update.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..326a750 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,7 @@ +# Catch-all code owner +* @RadxaYuntian + +# Disown CI yaml so automerge can work +# https://github.com/orgs/community/discussions/23064#discussioncomment-8383923 +.github/actions/**/*.yaml +.github/workflows/*.yaml diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index b6c103e..39e3eed 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -22,7 +22,7 @@ jobs: - name: "Checkout rsdk" uses: "actions/checkout@v4" with: - ref: "a62f42fa89bc1403ca231db20c92e904c7381fe8" + ref: "c8dce447111d4287590ecbfe18f3fdfe88455702" repository: "RadxaOS-SDK/rsdk" - name: "Checkout current repo" uses: "actions/checkout@v4"