Skip to content

Commit be3b992

Browse files
committed
Sync auto-label-comment-prs.yml from .github repo
1 parent d5203f3 commit be3b992

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-label-comment-prs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
pr_label_comment:
77
runs-on: [self-hosted, linux, x64, big]
88
steps:
9-
- uses: actions/github-script@main
9+
- uses: actions/github-script@v7.1.0
1010
with:
1111
github-token: ${{ secrets.GITHUB_TOKEN }}
1212
script: |
@@ -24,4 +24,4 @@ jobs:
2424
repo: context.repo.repo,
2525
issue_number: pr_number,
2626
body: "Thanks for the PR! Copilot will assist with review."
27-
});
27+
});

0 commit comments

Comments
 (0)