build(deps): bump actions/github-script from 7 to 8 (#313)
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/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>
This commit is contained in:
parent
8338b9c7a7
commit
1ec8b7e57a
3 changed files with 4 additions and 4 deletions
4
.github/workflows/auto-response.yml
vendored
4
.github/workflows/auto-response.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
issues: write
|
issues: write
|
||||||
steps:
|
steps:
|
||||||
- name: Apply contributor tier label for issue author
|
- name: Apply contributor tier label for issue author
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v8
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const owner = context.repo.owner;
|
const owner = context.repo.owner;
|
||||||
|
|
@ -156,7 +156,7 @@ jobs:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
steps:
|
steps:
|
||||||
- name: Handle label-driven responses
|
- name: Handle label-driven responses
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v8
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const label = context.payload.label?.name;
|
const label = context.payload.label?.name;
|
||||||
|
|
|
||||||
2
.github/workflows/labeler.yml
vendored
2
.github/workflows/labeler.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
sync-labels: true
|
sync-labels: true
|
||||||
|
|
||||||
- name: Apply size/risk/module labels
|
- name: Apply size/risk/module labels
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v8
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const pr = context.payload.pull_request;
|
const pr = context.payload.pull_request;
|
||||||
|
|
|
||||||
2
.github/workflows/pr-hygiene.yml
vendored
2
.github/workflows/pr-hygiene.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
||||||
STALE_HOURS: "48"
|
STALE_HOURS: "48"
|
||||||
steps:
|
steps:
|
||||||
- name: Nudge PRs that need rebase or CI refresh
|
- name: Nudge PRs that need rebase or CI refresh
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v8
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const staleHours = Number(process.env.STALE_HOURS || "48");
|
const staleHours = Number(process.env.STALE_HOURS || "48");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue