willbe 0.36.0

Utility to publish multi-crate and multi-workspace environments and maintain their consistency.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

name : auto_pr_to_{{name}}

on :
  push :
    branches :
     {{{branches}}}

jobs :

  forward :
    uses : {{username_and_repository}}/.github/workflows/auto_pr.yml@{{uses_branch}}
    with :
      src_branch : '{{src_branch}}'
      dst_branch : '{{dest_branch}}'
    secrets :
      PRIVATE_GITHUB_BOT_TOKEN : '$\{{ secrets.PRIVATE_GITHUB_BOT_TOKEN }}'