mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-08 13:37:13 +08:00
chore(deps): bump actions/github-script from 6 to 7
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
7502b4ac0f
commit
6e70637e4a
2
.github/workflows/bot-auto-cherry-pick.yml
vendored
2
.github/workflows/bot-auto-cherry-pick.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Comment cherry-pick command
|
- name: Comment cherry-pick command
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v7
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const pr = context.payload.pull_request;
|
const pr = context.payload.pull_request;
|
||||||
|
|||||||
2
.github/workflows/milestone.yml
vendored
2
.github/workflows/milestone.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
|||||||
statuses: none
|
statuses: none
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/github-script@v6 # v6
|
- uses: actions/github-script@v7 # v6
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
if (!context.payload.pull_request.merged) {
|
if (!context.payload.pull_request.merged) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user