File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,14 @@ jobs:
2424 - name : Open pull request
2525 uses : peter-evans/create-pull-request@284f54f989303d2699d373481a0cfa13ad5a6666 # v5.0.1
2626 with :
27- token : ${{ env.GITHUB_TOKEN }}
27+ token : ${{ secrets.GH_PAT }}
2828 commit-message : " test: update web platform tests"
2929 branch : " automatic-update-wpt"
3030 title : " Update web platform tests"
31- body : " This is an automated pull request for updating the WPT"
32- reviewers : " lemire,anonrig"
31+ body : |
32+ This is an automated pull request for updating the WPT.
33+ - [Web Platform Tests](https://github.com/web-platform-tests/wpt/tree/master/url)
34+ - [Commit History](https://github.com/web-platform-tests/wpt/commits/master/url/resources)
35+ cc @anonrig @lemire
36+ team-reviewers : core
3337 delete-branch : true
You can’t perform that action at this time.
0 commit comments