Merge pull request #1585 from Wandalen/former_4 #419
This file contains hidden or 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 : auto_pr_to_beta | |
| on : | |
| push : | |
| branches : | |
| - alpha | |
| jobs : | |
| forward : | |
| uses : Wandalen/wTools/.github/workflows/auto_pr.yml@alpha | |
| with : | |
| src_branch : 'alpha' | |
| dst_branch : 'beta' | |
| secrets : | |
| PRIVATE_GITHUB_BOT_TOKEN : '${{ secrets.PRIVATE_GITHUB_BOT_TOKEN }}' |