Skip to content

Commit

Permalink
chore(deps): update actions/github-script action to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 25, 2024
1 parent ab53977 commit 74d5eae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/core-feature-alert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: echo "PR_CREATOR=${{ github.event.pull_request.user.login }}" >> $GITHUB_ENV

- name: Post a notification about core feature changes if not already commented
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const prCreator = process.env.PR_CREATOR;
Expand All @@ -45,7 +45,7 @@ jobs:
console.log('Comment already exists, skipping.');
}
- name: Add reviewers to the PR if they are not the creator
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const prCreator = process.env.PR_CREATOR;
Expand Down

0 comments on commit 74d5eae

Please sign in to comment.