We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc8854 commit 73be4f9Copy full SHA for 73be4f9
.github/workflows/update-pr-data.yml
@@ -46,14 +46,12 @@ jobs:
46
GITHUB_TOKEN: ${{ secrets.PROJECTS_READ }}
47
- name: Update editors
48
run: python scripts/get-editors.py
49
+ - name: Get Sprint Data
50
run: python scripts/get-sprint-data.py
51
- name: get-review-contributors
52
run: python scripts/get-review-contributors.py
53
- name: get-package-data
54
run: python scripts/get-package-data.py
- # 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
57
- name: Cache metrics
58
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
59
with:
0 commit comments