Commit 6101dfe
authored
* Draft workflow to open API refs PR
* api_refs.yaml: checkout the right branch before forking a new one.
* api_refs.yaml: dummy triggers to register workflow
* Revert "api_refs.yaml: dummy triggers to register workflow"
This reverts commit 530cb71.
* api_refs.yaml: Fix base_branch parsing
* api_refs.yaml: Fix new branch creation
* api_refs.yaml: Set a Git user
Switched to a new branch 'api_refs_v4.6.x'
Author identity unknown
*** Please tell me who you are.
Run
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
to set your account's default identity.
Omit --global to set the identity only in this repository.
* api_refs.yaml: Fix branch push
fatal: The current branch api_refs_v4.6.x has no upstream branch.
To push the current branch and set the remote as upstream, use
git push --set-upstream origin api_refs_v4.6.x
* api_refs.yaml: Fix branch push
* api_refs.yaml: Fix branch push and PR create
* api_refs.yaml: Fix branch push and PR create
* api_refs.yaml: Composer authentication
* api_refs.yaml: Composer authentication
* api_refs.yaml: Enh. PHP performance
Disable xdebug
- https://github.com/actions/runner-images/blob/ubuntu24/20250504.1/images/ubuntu/Ubuntu2404-Readme.md#php-tools
- https://github.com/marketplace/actions/setup-php-action#xdebug
- https://github.com/marketplace/actions/setup-php-action#disable-coverage
* api_refs.yaml: Prepare PR state and labels
* api_refs.yaml: Try to debug the \E issue
* api_refs.yaml: Try to debug the \E issue
* api_refs.yaml: Try to debug the \E issue
* api_refs.yaml: Try to debug the \E issue
* api_refs.yaml: Try to fix the \E issue
* api_refs.yaml: Try to fix the \E issue
* Revert "api_refs.yaml: Try to fix the \E issue"
This reverts commit 16fd5be.
* api_refs.yaml: Try to fix the \E issue
* api_refs.yaml: Clean-up after debug
* api_refs.yaml: Try to trigger PR workflows
peter-evans/create-pull-request#48 (comment)
* api_refs.yaml: Try to trigger PR workflows
peter-evans/create-pull-request#48 (comment)
* api_refs.yaml: Try to trigger PR workflows
https://github.com/peter-evans/create-pull-request?tab=readme-ov-file#token
https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#triggering-further-workflow-runs
* api_refs.yaml: Set prod conf back
1 parent ab038d5 commit 6101dfe
1 file changed
+66
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
0 commit comments