Skip to content

Commit

Permalink
Update invitation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Asymtode712 authored Aug 19, 2024
1 parent 94cdd1a commit e55d7b5
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/invitation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,6 @@ jobs:
exit 0
fi
- name: Close Original Issue in Support Repository
if: ${{ steps.check_label.outcome == 'success' }}
uses: actions/github-script@v5
with:
github-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
script: |
const issue = context.payload.issue;
await github.rest.issues.update({
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: issue.number,
state: 'closed'
});
- name: Invite on Label
if: ${{ steps.check_label.outcome == 'success' }}
uses: vj-abigo/[email protected]
Expand Down

0 comments on commit e55d7b5

Please sign in to comment.