Skip to content

Commit e55d7b5

Browse files
authored
Update invitation.yml
1 parent 94cdd1a commit e55d7b5

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/invitation.yml

-14
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,6 @@ jobs:
1717
exit 0
1818
fi
1919
20-
- name: Close Original Issue in Support Repository
21-
if: ${{ steps.check_label.outcome == 'success' }}
22-
uses: actions/github-script@v5
23-
with:
24-
github-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
25-
script: |
26-
const issue = context.payload.issue;
27-
await github.rest.issues.update({
28-
owner: context.repo.owner,
29-
repo: context.repo.repo,
30-
issue_number: issue.number,
31-
state: 'closed'
32-
});
33-
3420
- name: Invite on Label
3521
if: ${{ steps.check_label.outcome == 'success' }}
3622
uses: vj-abigo/invite-on-label@v1.2

0 commit comments

Comments
 (0)