From 1066ae148f4060dbfbc35e6081868d20f5928273 Mon Sep 17 00:00:00 2001 From: Arij Roy Date: Fri, 17 Jul 2026 02:12:16 +0530 Subject: [PATCH] Fix stale org reference and harden CI workflow - Update GitHub link from fishtown-analytics/dbt to dbt-labs/dbt-core - Upgrade actions/labeler from v4 to v5 - Replace broad write-all permissions with scoped contents:read and pull-requests:write --- .github/workflows/auto-merge.yml | 6 ++++-- source/_nav.erb | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index f117f6076b..633e1439c6 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -7,7 +7,9 @@ on: check_suite: types: [ completed ] -permissions: write-all +permissions: + contents: read + pull-requests: write jobs: @@ -15,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Auto-label - uses: actions/labeler@ac9175f8a1f3625fd0d4fb234536d26811351594 # actions/labeler@v4 + uses: actions/labeler@8558fd74291d67161a8a78ce36a648edfd2f1054 # actions/labeler@v5 with: repo-token: ${{ secrets.AUTOMERGE_PAT }} automerge: diff --git a/source/_nav.erb b/source/_nav.erb index db5d2f096c..a77b578133 100644 --- a/source/_nav.erb +++ b/source/_nav.erb @@ -21,7 +21,7 @@