Skip to content

Commit 9ca3883

Browse files
committed
Sync auto-assign-pr.yml from .github repo
1 parent 8849141 commit 9ca3883

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: [self-hosted, linux, x64, big]
1313
steps:
1414
- name: Assign Copilot (or others) to new PRs
15-
uses: actions/github-script@main
15+
uses: actions/github-script@v7.1.0
1616
with:
1717
github-token: ${{ secrets.GITHUB_TOKEN }}
1818
script: |
@@ -30,4 +30,4 @@ jobs:
3030
console.log(`Assigned ${assignees.join(", ")} to PR #${context.payload.pull_request.number}`);
3131
} else {
3232
console.log(`Already assigned: ${assignees.join(", ")} on PR #${context.payload.pull_request.number}`);
33-
}
33+
}

0 commit comments

Comments
 (0)