File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -66,14 +66,19 @@ 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
6970 branch : auto-cleanup
71+ # gt-placeholder-branch-end
72+ # gt-placeholder-title-and-co-start
7073 title : Auto Cleanup
7174 commit-message : auto cleanup sources
7275 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
7377 delete-branch : true
78+ # gt-placeholder-token-and-co-start
7479 token : ${{ secrets.AUTO_PR_TOKEN }}
7580 push-to-fork : ${{ vars.AUTO_PR_FORK_NAME != '' && vars.AUTO_PR_FORK_NAME || secrets.AUTO_PR_FORK_NAME }}
76-
81+ # gt-placeholder-token-and-co-end
7782
7883 - name : set reviewer
7984 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