Skip to content

Bump actions/checkout from 4.1.0 to 4.1.1 #2481

Bump actions/checkout from 4.1.0 to 4.1.1

Bump actions/checkout from 4.1.0 to 4.1.1 #2481

Workflow file for this run

name: Auto Merge Translations
on:
pull_request_target:
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
jobs:
automerge:
runs-on: [ubuntu-latest]
steps:
- id: automerge
name: automerge
uses: pascalgn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MERGE_FORKS: 'false'
MERGE_METHOD: squash
UPDATE_METHOD: rebase
MERGE_REQUIRED_APPROVALS: '0'
MERGE_METHOD_LABELS: automerge=merge,autosquash=automerge
MERGE_COMMIT_MESSAGE: Auto Merge
MERGE_REMOVE_LABELS: automerge
MERGE_LABELS: automerge
MERGE_FILTER_AUTHOR: github-actions[bot]
MERGE_METHOD_LABEL_REQUIRED: true
MERGE_DELETE_BRANCH: true