Skip to content

LEGO: Pull request from lego/hb_a4aa9cc4-603b-418e-91f1-700184175625_20230823085002328 to Localization #12

LEGO: Pull request from lego/hb_a4aa9cc4-603b-418e-91f1-700184175625_20230823085002328 to Localization

LEGO: Pull request from lego/hb_a4aa9cc4-603b-418e-91f1-700184175625_20230823085002328 to Localization #12

name: 'LEGO automerge'
on:
pull_request:
types:
- opened
branches:
- Localization
jobs:
worker:
runs-on: ubuntu-latest
if: github.actor == 'csigs'
steps:
- uses: actions/github-script@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
github.pulls.merge({
owner: context.payload.repository.owner.login,
repo: context.payload.repository.name,
pull_number: context.payload.pull_request.number,
merge_method: 'squash'
})