Skip to content

Commit c1227f5

Browse files
authored
Update locker.yml
* Bump the Locker action version Refer to microsoft/vscode-github-triage-actions#210 * Restrict the Locker action to dotnet org
1 parent 37c57e3 commit c1227f5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/locker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,14 @@ permissions:
2020
jobs:
2121
main:
2222
runs-on: ubuntu-latest
23+
if: ${{ github.repository_owner == 'dotnet' }}
2324
steps:
2425
- name: Checkout Actions
2526
uses: actions/checkout@v4
2627
with:
2728
repository: "microsoft/vscode-github-triage-actions"
2829
path: ./actions
29-
ref: cd16cd2aad6ba2da74bb6c6f7293adddd579a90e
30+
ref: 066bee9cefa6f0b4bf306040ff36fc7d96a6d56d # locker action commit sha
3031
- name: Install Actions
3132
run: npm install --production --prefix ./actions
3233
- name: Run Locker

0 commit comments

Comments
 (0)