Merge pull request #2050 from pi-hole/dependabot-tweaks #38
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: Sync Back to Development | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
sync-branches: | |
runs-on: ubuntu-latest | |
name: Syncing branches | |
steps: | |
- name: Checkout | |
uses: actions/[email protected] | |
- name: Opening pull request | |
run: gh pr create -B development -H master --title 'Sync master back into development' --body 'Created by Github action' --label 'internal' | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |