feat!: upgrade to Laravel 11, drop Livewire 2 support #560
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
name: Automerge localizations | |
on: [pull_request] | |
jobs: | |
automerge: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Automerge localizations | |
uses: "pascalgn/automerge-action@v0.16.4" | |
env: | |
GITHUB_TOKEN: "${{ secrets.PAT_FOR_AUTOMERGE }}" | |
MERGE_LABELS: localization | |
MERGE_METHOD: squash | |
MERGE_COMMIT_MESSAGE: pull-request-title |