Skip to content

Commit 8ef90ed

Browse files
committed
Sync auto-assign-copilot.yml from .github repo
1 parent 9ca3883 commit 8ef90ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-assign-copilot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
copilot:
1212
# only run when the label that was added is exactly "copilot"
1313
if: github.event.label.name == 'copilot'
14-
runs-on: ubuntu-latest
14+
runs-on: [self-hosted, linux, x64, big]
1515
steps:
1616
- name: Comment and (optionally) add model label
17-
uses: actions/github-script@v7
17+
uses: actions/github-script@v7.1.0
1818
with:
1919
github-token: ${{ secrets.GITHUB_TOKEN }}
2020
script: |

0 commit comments

Comments
 (0)