We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d05317 commit a648b04Copy full SHA for a648b04
2 files changed
.github/workflows/namespace_exports.yml
@@ -119,7 +119,6 @@ jobs:
119
commit-message: 'Update namespace exports'
120
committer: 'stdlib-bot <noreply@stdlib.io>'
121
labels: |
122
- documentation
123
automated-pr
124
team-reviewers: |
125
stdlib-reviewers
.github/workflows/update_contributors.yml
@@ -65,11 +65,6 @@ jobs:
65
lfs: false
66
timeout-minutes: 10
67
68
- # Print the contributor list:
69
- - name: 'Print contributor list'
70
- run: |
71
- git shortlog -sne
72
-
73
# Run the makefile target for updating the contributors list:
74
- name: 'Update contributors list'
75
id: update-contributors
0 commit comments