Merge pull request #616 from kabalin/retromap-trial #250
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 master to en | |
on: | |
push: | |
branches: master | |
jobs: | |
merge-master-to-en: | |
# This only makes sense to run for pastvu owned repo. | |
if: github.repository_owner == 'pastvu' | |
name: Merge master into en | |
runs-on: ubuntu-latest | |
steps: | |
- name: checkout | |
uses: actions/checkout@v2 | |
- name: merge | |
uses: devmasx/[email protected] | |
with: | |
type: now | |
from_branch: master | |
target_branch: en | |
github_token: ${{ secrets.GITHUB_TOKEN }} |