diff --git a/.github/workflows/doCleanCode.yml b/.github/workflows/doCleanCode.yml new file mode 100644 index 00000000000..51037b354fe --- /dev/null +++ b/.github/workflows/doCleanCode.yml @@ -0,0 +1,19 @@ +name: Perform Code Clean +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true +on: + workflow_dispatch: + schedule: + - cron: '0 2 * * *' + +jobs: + clean-code: + uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/cleanCode.yml@master + with: + author: Eclipse Platform Bot + do-quickfix: false + do-cleanups: true + bundle-folders: ant/*/ debug/*/ resources/bundles/*/ runtime/bundles/*/ team/bundles/*/ ua/*/ update/*/ platform/*/ + secrets: + token: ${{ secrets.PLATFORM_BOT_PAT }}