mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
Update auto-merge-fieldmate.yml
This commit is contained in:
parent
601e371fb4
commit
b70e31fec6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/auto-merge-fieldmate.yml
vendored
4
.github/workflows/auto-merge-fieldmate.yml
vendored
|
|
@ -22,8 +22,8 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GH_RELEASE_PAT }}
|
GH_TOKEN: ${{ secrets.GH_RELEASE_PAT }}
|
||||||
PR_NUMBER: ${{ github.event.pull_request.number }}
|
PR_NUMBER: ${{ github.event.pull_request.number }}
|
||||||
COMMIT_TITLE: "Auto-merge fieldmate release"
|
COMMIT_TITLE: ${{ github.event.pull_request.title }}
|
||||||
COMMIT_BODY: "Triggered by fieldmate release workflow"
|
COMMIT_BODY: ${{ github.event.pull_request.body }}
|
||||||
run: |
|
run: |
|
||||||
echo "ℹ️ Attempting GitHub auto-merge for PR #$PR_NUMBER"
|
echo "ℹ️ Attempting GitHub auto-merge for PR #$PR_NUMBER"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue