We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 534946e commit 561f135Copy full SHA for 561f135
.github/workflows/locker.yml
@@ -20,13 +20,14 @@ permissions:
20
jobs:
21
main:
22
runs-on: ubuntu-latest
23
+ if: ${{ github.repository_owner == 'dotnet' }}
24
steps:
25
- name: Checkout Actions
26
uses: actions/checkout@v4
27
with:
28
repository: "microsoft/vscode-github-triage-actions"
29
path: ./actions
- ref: 0e46b66330f7fbece9aacc65c31c38f434041050 # Pin to commit: https://github.com/microsoft/vscode-github-triage-actions/commit/0e46b66330f7fbece9aacc65c31c38f434041050
30
+ ref: 066bee9cefa6f0b4bf306040ff36fc7d96a6d56d # Pin to commit: https://github.com/microsoft/vscode-github-triage-actions/commit/066bee9cefa6f0b4bf306040ff36fc7d96a6d56d
31
- name: Install Actions
32
run: npm install --production --prefix ./actions
33
- name: Run Locker
0 commit comments