mirror of
https://github.com/Unleash/unleash.git
synced 2025-06-27 01:19:00 +02:00
chore(deps): update actions/github-script action to v7 (#9040)
This commit is contained in:
parent
d58cb59e2b
commit
6871f52107
4
.github/workflows/core-feature-alert.yml
vendored
4
.github/workflows/core-feature-alert.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
run: echo "PR_CREATOR=${{ github.event.pull_request.user.login }}" >> $GITHUB_ENV
|
run: echo "PR_CREATOR=${{ github.event.pull_request.user.login }}" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Post a notification about core feature changes if not already commented
|
- name: Post a notification about core feature changes if not already commented
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v7
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const prCreator = process.env.PR_CREATOR;
|
const prCreator = process.env.PR_CREATOR;
|
||||||
@ -45,7 +45,7 @@ jobs:
|
|||||||
console.log('Comment already exists, skipping.');
|
console.log('Comment already exists, skipping.');
|
||||||
}
|
}
|
||||||
- name: Add reviewers to the PR if they are not the creator
|
- name: Add reviewers to the PR if they are not the creator
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v7
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const prCreator = process.env.PR_CREATOR;
|
const prCreator = process.env.PR_CREATOR;
|
||||||
|
Loading…
Reference in New Issue
Block a user