This commit is contained in:
Michel Roegl-Brunner
2025-03-13 13:36:29 +01:00
parent f5ac7a782f
commit 6ef5b3e3ff

View File

@@ -11,6 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Extract and Process PR Title
id: extract_title
run: |
@@ -58,7 +59,7 @@ jobs:
- name: Comment on the Best-Matching Issue and Close It
if: env.issue_number != ''
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.PAT_MICHEL }}
run: |
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