diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 2c7cc9d5..ec376e98 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -8,7 +8,7 @@ on: jobs: cla-workflow: - uses: pimcore/workflows-collection-public/.github/workflows/reusable-cla-check.yaml@v1.3.0 + uses: pimcore/workflows-collection-public/.github/workflows/reusable-cla-check.yaml@main if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target' secrets: CLA_ACTION_ACCESS_TOKEN: ${{ secrets.CLA_ACTION_ACCESS_TOKEN }} diff --git a/.github/workflows/poeditor-export.yaml b/.github/workflows/poeditor-export.yaml deleted file mode 100644 index 9fe9a030..00000000 --- a/.github/workflows/poeditor-export.yaml +++ /dev/null @@ -1,23 +0,0 @@ -name: "Trigger POEditor Translations Export" - -on: - workflow_dispatch: - push: - branches: - - "[0-9]+.x" - paths: - - 'src/Resources/translations/admin.en.yml' - -permissions: - contents: read - -jobs: - poeditor: - runs-on: ubuntu-latest - if: ${{ github.repository == 'pimcore/data-importer' }} - steps: - - name: Trigger workflow in pimcore/poeditor-export-action - env: - GH_TOKEN: ${{ secrets.POEDITOR_ACTION_TRIGGER_TOKEN }} - run: | - gh workflow run -R pimcore/poeditor-export-action poeditor-export.yaml