File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,19 +66,14 @@ jobs:
6666 uses : peter-evans/create-pull-request@v7
6767 # gt-placeholder-gh-action-create-pull-request-end
6868 with :
69- # gt-placeholder-branch-start
7069 branch : auto-cleanup
71- # gt-placeholder-branch-end
72- # gt-placeholder-title-and-co-start
7370 title : Auto Cleanup
7471 commit-message : auto cleanup sources
7572 body : Looks like someone forgot to run ./scripts/cleanup-on-push-to-main.sh before committing. I did it for them :)
76- # gt-placeholder-title-and-co-end
7773 delete-branch : true
78- # gt-placeholder-token-and-co-start
7974 token : ${{ secrets.AUTO_PR_TOKEN }}
8075 push-to-fork : ${{ vars.AUTO_PR_FORK_NAME != '' && vars.AUTO_PR_FORK_NAME || secrets.AUTO_PR_FORK_NAME }}
81- # gt-placeholder-token-and-co-end
76+
8277
8378 - name : set reviewer
8479 if : ${{ steps.check-collaborator.outputs.reviewer != '' && steps.check-collaborator.outputs.reviewer != null && steps.create-pr.outputs.pull-request-operation == 'created' }}
You can’t perform that action at this time.
0 commit comments