Skip to content

Commit f5cdb1d

Browse files
robstollgithub-actions[bot]
authored andcommitted
auto cleanup sources
1 parent 4e74972 commit f5cdb1d

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/cleanup.yml

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

0 commit comments

Comments
 (0)