File tree Expand file tree Collapse file tree 5 files changed +7
-152
lines changed
Expand file tree Collapse file tree 5 files changed +7
-152
lines changed Original file line number Diff line number Diff line change 1+ <!-- TEMPLATE -->
12---
23name: Ask a question
34about: Ask a question about this project (read docs before asking)
Original file line number Diff line number Diff line change 1+ <!-- TEMPLATE -->
12---
23name: Bug report
34about: Create a report to help us improve
Original file line number Diff line number Diff line change 1+ <!-- TEMPLATE -->
12---
23name: Feature request
34about: Suggest an idea for this project
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 55 types : [opened]
66
77jobs :
8-
98 automated-issue :
109 runs-on : ubuntu-latest
1110
1514 uses : actions/checkout@v5
1615
1716 # SetUp python
18- - name : SetUp Python
19- uses : actions/setup-python@v5
17+ - name : Issue Automation
18+ uses : Dtar380/AutomaticIssue@v1.0.0
2019 with :
21- python-version : ' 3.13'
22-
23- # Install requirements
24- - name : Install Requirements
25- run : pip install requests
26-
27- # Runs a single command using the runners shell
28- - name : Automate Issue
29- env :
30- API_KEY : ${{ secrets.GH_API_TOKEN }}
31- REPO : ${{ github.repository }}
32- run : python .github/workflows/issues.py
20+ token : ${{ secrets.GH_API_TOKEN }}
21+ repo : ${{ github.repository }}
You can’t perform that action at this time.
0 commit comments