Skip to content

Commit f4c85d9

Browse files
robstollgithub-actions[bot]
authored andcommitted
auto cleanup sources
1 parent 83b0eb6 commit f4c85d9

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/cleanup.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,23 @@
1212
#!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1313
name: Cleanup
1414

15+
#gt-placeholder-trigger-start
1516
on:
1617
push:
1718
branches:
1819
- main
20+
#gt-placeholder-trigger-end
1921

22+
#gt-placeholder-permissions-start
2023
permissions:
2124
contents: read
25+
#gt-placeholder-permissions-end
2226

2327
jobs:
2428
build:
29+
#gt-placeholder-runs-on-start
2530
runs-on: ubuntu-latest
31+
#gt-placeholder-runs-on-end
2632
steps:
2733
- uses: actions/checkout@v5
2834

@@ -33,7 +39,7 @@ jobs:
3339
run: ./scripts/cleanup-on-push-to-main.sh
3440

3541
- name: Check if actor is collaborator
36-
id: check-collab
42+
id: check-collaborator
3743
run: |
3844
user="${{ github.actor }}"
3945
repo="${{ github.repository }}"
@@ -60,4 +66,4 @@ jobs:
6066
delete-branch: true
6167
token: ${{ secrets.AUTO_PR_TOKEN }}
6268
push-to-fork: ${{ vars.AUTO_PR_FORK_NAME != '' && vars.AUTO_PR_FORK_NAME || secrets.AUTO_PR_FORK_NAME }}
63-
reviewers: ${{ steps.check-collab.outputs.reviewer }}
69+
reviewers: ${{ steps.check-collaborator.outputs.reviewer }}

0 commit comments

Comments
 (0)