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.
2 parents 66ce61f + 01756f6 commit d5a6085Copy full SHA for d5a6085
.github/workflows/validate.yml
@@ -39,3 +39,7 @@ jobs:
39
run: |
40
git remote set-url --push origin https://x-access-token:${{ secrets.W3C_GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
41
git push origin HEAD:master
42
+ # Run this script last to not interfere with any of the above. The output
43
+ # goes into the logs only for manual inspection when needed.
44
+ - name: Run list-unconnected-contributors.js
45
+ run: node list-unconnected-contributors.js w3c/webrtc-pc
0 commit comments