Skip to content

Commit cd3070b

Browse files
dependabot[bot]iaojnhfeihongxu0824
authored
ci(deps): bump actions/github-script from 7 to 8 (#276)
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ZeFeng Yin <yinzefeng.yzf@alibaba-inc.com> Co-authored-by: feihongxu0824 <xufeihong.xfh@alibaba-inc.com>
1 parent 8df9621 commit cd3070b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/community-pr-handler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: Check if community contributor
1717
id: check
18-
uses: actions/github-script@v7
18+
uses: actions/github-script@v8
1919
with:
2020
script: |
2121
const pr = context.payload.pull_request;
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Assign reviewer as assignee
5757
if: steps.check.outputs.is_community == 'true'
58-
uses: actions/github-script@v7
58+
uses: actions/github-script@v8
5959
with:
6060
script: |
6161
const fs = require('fs');

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Parse issue and assign
15-
uses: actions/github-script@v7
15+
uses: actions/github-script@v8
1616
with:
1717
script: |
1818
const issue = context.payload.issue;

0 commit comments

Comments
 (0)