mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 03:39:11 +00:00
Revert "ci: Upgrade github-script action to version 8 (#54726)"
This reverts commit 0cd0b8213d.
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:
|
steps:
|
||||||
- name: Detect backport and original PR (metadata)
|
- name: Detect backport and original PR (metadata)
|
||||||
id: extract
|
id: extract
|
||||||
uses: actions/github-script@v8
|
uses: actions/github-script@v7
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const pr = context.payload.pull_request;
|
const pr = context.payload.pull_request;
|
||||||
@@ -67,4 +67,4 @@ jobs:
|
|||||||
repo: context.repo.repo,
|
repo: context.repo.repo,
|
||||||
issue_number: context.payload.pull_request.number,
|
issue_number: context.payload.pull_request.number,
|
||||||
labels: ["auto-merge"]
|
labels: ["auto-merge"]
|
||||||
});
|
});
|
||||||
Reference in New Issue
Block a user