From 35b6327090e3b9fbd977508332ffad0598d0d827 Mon Sep 17 00:00:00 2001 From: Igor Velikorossov Date: Thu, 18 Apr 2024 09:26:58 +1000 Subject: [PATCH] Update locker.yml * Bump the Locker action version Refer to https://github.com/microsoft/vscode-github-triage-actions/pull/210 * Restrict the Locker action to dotnet org --- .github/workflows/locker.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/locker.yml b/.github/workflows/locker.yml index 2b7ab00327584..bea3f2fa09f98 100644 --- a/.github/workflows/locker.yml +++ b/.github/workflows/locker.yml @@ -20,13 +20,14 @@ permissions: jobs: main: runs-on: ubuntu-latest + if: ${{ github.repository_owner == 'dotnet' }} steps: - name: Checkout Actions uses: actions/checkout@v4 with: repository: "microsoft/vscode-github-triage-actions" path: ./actions - ref: cd16cd2aad6ba2da74bb6c6f7293adddd579a90e + ref: 066bee9cefa6f0b4bf306040ff36fc7d96a6d56d # locker action commit sha - name: Install Actions run: npm install --production --prefix ./actions - name: Run Locker