-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'pimcore:4.x' into use_php_cs_fixer
- Loading branch information
Showing
5 changed files
with
47 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
name: CLA check | ||
on: | ||
issue_comment: | ||
types: [created] | ||
pull_request_target: | ||
types: [opened, closed, synchronize] | ||
jobs: | ||
cla-workflow: | ||
uses: pimcore/workflows-collection-public/.github/workflows/reusable-cla-check.yaml@v1.3.0 | ||
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 }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
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 | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
name: Handle stale issues | ||
|
||
on: | ||
workflow_dispatch: | ||
schedule: | ||
- cron: '37 7 * * *' | ||
|
||
jobs: | ||
call-stale-workflow: | ||
uses: pimcore/workflows-collection-public/.github/workflows/stale.yml@v1.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters