File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,14 @@ permissions:
20
20
jobs :
21
21
main :
22
22
runs-on : ubuntu-latest
23
+ if : ${{ github.repository_owner == 'dotnet' }}
23
24
steps :
24
25
- name : Checkout Actions
25
26
uses : actions/checkout@v4
26
27
with :
27
28
repository : " microsoft/vscode-github-triage-actions"
28
29
path : ./actions
29
- 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
30
31
- name : Install Actions
31
32
run : npm install --production --prefix ./actions
32
33
- name : Run Locker
You can’t perform that action at this time.
0 commit comments