We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5ac7a7 commit 6ef5b3eCopy full SHA for 6ef5b3e
.github/workflows/close_issue_in_other_repo.yaml
@@ -11,6 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
13
steps:
14
+
15
- name: Extract and Process PR Title
16
id: extract_title
17
run: |
@@ -58,7 +59,7 @@ jobs:
58
59
- name: Comment on the Best-Matching Issue and Close It
60
if: env.issue_number != ''
61
env:
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62
+ GH_TOKEN: ${{ secrets.PAT_MICHEL }}
63
64
gh issue comment $issue_number --repo community-scripts/ProxmoxVED --body "Merged with #${{ github.event.pull_request.number }} in ProxmoxVE"
65
gh issue close $issue_number --repo community-scripts/ProxmoxVED
0 commit comments