Skip to content

Commit 7e8e4b0

Browse files
committed
update and re-enable manage issues workflow
1 parent af61dae commit 7e8e4b0

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/manage_issues.yml.DISABLED renamed to .github/workflows/manage_issues.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,7 @@ jobs:
2929
- name: Install Python dependencies
3030
run: pipenv sync --system
3131

32-
- name: 'run script to move closed issues to Active Sprint: Done'
33-
run: ./move_closed_issues.py
34-
env:
35-
ADMIN_GITHUB_TOKEN: ${{ secrets.ADMIN_GITHUB_TOKEN }}
36-
37-
- name: run script to track open untriaged issues and pull requests
38-
run: ./track_issues_and_pull_requests.py
32+
- name: run script to track open and untracked issues and pull requests
33+
run: ./manage_new_issues_and_pull_requests.py
3934
env:
4035
ADMIN_GITHUB_TOKEN: ${{ secrets.ADMIN_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)