File tree Expand file tree Collapse file tree 5 files changed +13
-3
lines changed
Expand file tree Collapse file tree 5 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - main
7+ paths :
8+ - README.md
9+ - .github/workflows/panvimdoc.yml
710
811permissions :
912 pull-requests : write
2427 demojify : true
2528
2629 - name : create pull request
27- uses : peter-evans/create-pull-request@v5
30+ uses : peter-evans/create-pull-request@v6
2831 with :
2932 base : " main"
3033 commit-message : " chore(doc): automatic vimdoc update"
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ name: Lint
22
33on :
44 push :
5+ branches :
6+ - " main"
57 pull_request :
68
79jobs :
Original file line number Diff line number Diff line change 1313 name : release
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : google-github-actions /release-please-action@v4
16+ - uses : googleapis /release-please-action@v4
1717 with :
1818 release-type : simple
Original file line number Diff line number Diff line change @@ -2,14 +2,17 @@ name: Stylua
22
33on :
44 push :
5+ branches :
6+ - " main"
57 pull_request :
68
79jobs :
810 stylua :
911 runs-on : ubuntu-latest
1012 steps :
1113 - uses : actions/checkout@v4
12- - uses : JohnnyMorganz/stylua-action@v3
14+ - uses : JohnnyMorganz/stylua-action@v4
1315 with :
16+ token : ${{ secrets.GITHUB_TOKEN }}
1417 version : latest
1518 args : --color always --check lua
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ name: Test
22
33on :
44 push :
5+ branches :
6+ - " main"
57 pull_request :
68
79jobs :
You can’t perform that action at this time.
0 commit comments