Skip to content

Commit

Permalink
chore: Update issue forms
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypfer committed Feb 14, 2024
1 parent fe670b7 commit ad236b5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,10 @@ jobs:
env:
GH_TOKEN: ${{ secrets.SANITY_PAT }}
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.issue.number }}
NUMBER: ${{ github.event.issue.number }}
- name: Ban user
run: gh api --method PUT /user/blocks/$USERNAME
env:
GH_TOKEN: ${{ secrets.SANITY_PAT }}
GH_REPO: ${{ github.repository }}
USERNAME: ${{ github.event.issue.user.login }}

0 comments on commit ad236b5

Please sign in to comment.