Skip to content

sdist on pypi is missing requirements.txt #23

sdist on pypi is missing requirements.txt

sdist on pypi is missing requirements.txt #23

Workflow file for this run

name: label_issue
on:
issues:
types:
- opened
jobs:
label_issue:
runs-on: ubuntu-latest
steps:
- env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ISSUE_URL: ${{ github.event.issue.html_url }}
run: |
gh issue edit $ISSUE_URL --add-label "pending"