Skip to content

Commit 73be4f9

Browse files
authored
fix: action bug (#143)
1 parent adc8854 commit 73be4f9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/update-pr-data.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,12 @@ jobs:
4646
GITHUB_TOKEN: ${{ secrets.PROJECTS_READ }}
4747
- name: Update editors
4848
run: python scripts/get-editors.py
49+
- name: Get Sprint Data
4950
run: python scripts/get-sprint-data.py
5051
- name: get-review-contributors
5152
run: python scripts/get-review-contributors.py
5253
- name: get-package-data
5354
run: python scripts/get-package-data.py
54-
# Commenting this out because right now it's not running in CI as it should
55-
# - name: get-editors
56-
# run: python scripts/get-editors.py
5755
- name: Cache metrics
5856
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
5957
with:

0 commit comments

Comments
 (0)