File tree Expand file tree Collapse file tree 3 files changed +10
-59
lines changed
Expand file tree Collapse file tree 3 files changed +10
-59
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4949 token : ${{ env.GITHUB_TOKEN }}
5050 body : |
5151 This pull PR updates the source code version to ${{ env.NEXT_RELEASE_TAG }}
52+ delete-branch : true
53+ reviewers : " lemire,anonrig"
Original file line number Diff line number Diff line change 66 - cron : ' 0 0 * * *'
77
88permissions :
9- contents : read
9+ contents : write
10+ pull-requests : write
1011
1112jobs :
1213 issue :
@@ -18,14 +19,13 @@ jobs:
1819 - name : Fetch tests
1920 run : tools/update-wpt.sh
2021 - name : Open pull request
21- uses : gr2m/create-or-update-pull-request-action@v1
22- env :
23- GITHUB_TOKEN : ${{ secrets.GH_PAT }}
22+ uses : peter-evans/create-pull-request@f3a21bf3404eae73a97f65817ab35f351a1a63fe # v5.0.0
23+ token : ${{ secrets.GITHUB_TOKEN }}
2424 with :
25+ commit-message : " test: update web platform tests"
26+ branch : " automatic-update-wpt"
2527 title : " Update web platform tests"
2628 body : " This is an automated pull request for updating the WPT"
27- branch : " automatic-update-wpt"
28- author : " WPT Updater <yagiz@nizipli.com>"
2929 path : " tests/wpt"
30- commit-message : " test: update web platform tests "
31- reviewers : lemire # anonrig can'be added since github token belongs to him.
30+ reviewers : " lemire,anonrig "
31+ delete-branch : true
You can’t perform that action at this time.
0 commit comments