Skip to content

Commit

Permalink
Update new issue workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
codycooperross authored Jul 24, 2024
1 parent c5fe37f commit af2c64b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/new_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,13 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TRANSFERRED_LABEL: ${{ vars.TRANSFERRED_LABEL }}
ISSUE_NUMBER: ${{ github.event.issue.number }}
GITHUB_REPOSITORY: ${{ github.full_name }}
run: |
python .github/scripts/update_discussion.py
transfer_issue:
if: ${{ ! contains(github.event.issue.labels.*.name, vars.KEEP_LABEL ) }}
needs: update-discussion
runs-on: ubuntu-latest
permissions:
issues: write
Expand Down

0 comments on commit af2c64b

Please sign in to comment.