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 73be4f9 commit 832bdeeCopy full SHA for 832bdee
.github/workflows/update-pr-data.yml
@@ -44,10 +44,9 @@ jobs:
44
github.event.pull_request.head.repo.full_name == github.repository )
45
env:
46
GITHUB_TOKEN: ${{ secrets.PROJECTS_READ }}
47
+ run: python scripts/get-sprint-data.py
48
- name: Update editors
49
run: python scripts/get-editors.py
- - 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
0 commit comments