Skip to content

Commit

Permalink
Merge pull request #60 from w3c/list-unconnected-contributors
Browse files Browse the repository at this point in the history
Run list-unconnected-contributors.js script in validate workflow
  • Loading branch information
dontcallmedom authored Dec 16, 2019
2 parents 66ce61f + 01756f6 commit d5a6085
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ jobs:
run: |
git remote set-url --push origin https://x-access-token:${{ secrets.W3C_GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
git push origin HEAD:master
# Run this script last to not interfere with any of the above. The output
# goes into the logs only for manual inspection when needed.
- name: Run list-unconnected-contributors.js
run: node list-unconnected-contributors.js w3c/webrtc-pc

0 comments on commit d5a6085

Please sign in to comment.