Skip to content

Commit d5203f3

Browse files
committed
Sync auto-label.yml from .github repo
1 parent 983b4ba commit d5203f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-label.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: Add labels
15-
uses: actions/github-script@main
15+
uses: actions/github-script@v7.1.0
1616
with:
1717
github-token: ${{ secrets.GITHUB_TOKEN }}
1818
script: |
@@ -23,4 +23,4 @@ jobs:
2323
repo: context.repo.repo,
2424
issue_number: context.issue.number,
2525
labels
26-
});
26+
});

0 commit comments

Comments
 (0)