From 67bfb1bb8b1f8c38d3945cfcc7d3251f3cce9078 Mon Sep 17 00:00:00 2001 From: XtremeOwnage <5262735+XtremeOwnageDotCom@users.noreply.github.com> Date: Thu, 29 Aug 2024 16:11:57 -0500 Subject: [PATCH] Update sync-upstream-repo.yml Make sync-template-repo dependant on sync-labels. Otherwise- both tries to update labels at the same time, which causes problems. --- .github/workflows/sync-upstream-repo.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sync-upstream-repo.yml b/.github/workflows/sync-upstream-repo.yml index 50ae791..3d5efa4 100644 --- a/.github/workflows/sync-upstream-repo.yml +++ b/.github/workflows/sync-upstream-repo.yml @@ -38,6 +38,7 @@ jobs: # This job will sync issue templates, and other files from an upstream repo. name: Sync Template Repo runs-on: ubuntu-latest + needs: sync-labels # https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs permissions: contents: write