Skip to content

Commit 4e74972

Browse files
authored
Merge pull request #170 from tegonal/feature/placeholders-cleanup
add placeholder for title etc. in cleanup and for token and co.
2 parents bad6c72 + 556765b commit 4e74972

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/cleanup.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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' }}

0 commit comments

Comments
 (0)