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:
24
24
- name : Open pull request
25
25
uses : peter-evans/create-pull-request@284f54f989303d2699d373481a0cfa13ad5a6666 # v5.0.1
26
26
with :
27
- token : ${{ env.GITHUB_TOKEN }}
27
+ token : ${{ secrets.GH_PAT }}
28
28
commit-message : " test: update web platform tests"
29
29
branch : " automatic-update-wpt"
30
30
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
33
37
delete-branch : true
You can’t perform that action at this time.
0 commit comments