Skip to content

Commit

Permalink
Update new_issue.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
codycooperross authored Jul 24, 2024
1 parent 8ccd2f0 commit a39cb9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/new_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
TRANSFERRED_LABE: ${{ vars.TRANSFERRED_LABEL }}
GITHUB_REPOSITORY: ${{ github.repository }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: python update_discussion.py
run: python .github/scripts/update_discussion.py
transfer_issue:
if: ${{ ! contains(github.event.issue.labels.*.name, vars.KEEP_LABEL ) }}
needs: update-discussion
Expand Down

0 comments on commit a39cb9b

Please sign in to comment.