mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-05 14:38:26 +00:00
ci: Upgrade github-script action to version 8 (#54726)
This commit is contained in:
4
.github/workflows/propogate-auto-merge.yml
vendored
4
.github/workflows/propogate-auto-merge.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
steps:
|
||||
- name: Detect backport and original PR (metadata)
|
||||
id: extract
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v8
|
||||
with:
|
||||
script: |
|
||||
const pr = context.payload.pull_request;
|
||||
@@ -67,4 +67,4 @@ jobs:
|
||||
repo: context.repo.repo,
|
||||
issue_number: context.payload.pull_request.number,
|
||||
labels: ["auto-merge"]
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user