mirror of
https://github.com/community-scripts/Proxmox.git
synced 2026-04-05 09:04:01 -04:00
WF
This commit is contained in:
@@ -11,6 +11,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Extract and Process PR Title
|
- name: Extract and Process PR Title
|
||||||
id: extract_title
|
id: extract_title
|
||||||
run: |
|
run: |
|
||||||
@@ -58,7 +59,7 @@ jobs:
|
|||||||
- name: Comment on the Best-Matching Issue and Close It
|
- name: Comment on the Best-Matching Issue and Close It
|
||||||
if: env.issue_number != ''
|
if: env.issue_number != ''
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.PAT_MICHEL }}
|
||||||
run: |
|
run: |
|
||||||
gh issue comment $issue_number --repo community-scripts/ProxmoxVED --body "Merged with #${{ github.event.pull_request.number }} in ProxmoxVE"
|
gh issue comment $issue_number --repo community-scripts/ProxmoxVED --body "Merged with #${{ github.event.pull_request.number }} in ProxmoxVE"
|
||||||
gh issue close $issue_number --repo community-scripts/ProxmoxVED
|
gh issue close $issue_number --repo community-scripts/ProxmoxVED
|
||||||
|
|||||||
Reference in New Issue
Block a user