We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94cdd1a commit e55d7b5Copy full SHA for e55d7b5
.github/workflows/invitation.yml
@@ -17,20 +17,6 @@ jobs:
17
exit 0
18
fi
19
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
-
34
- name: Invite on Label
35
if: ${{ steps.check_label.outcome == 'success' }}
36
uses: vj-abigo/invite-on-label@v1.2
0 commit comments