2022-09-02 05:52:42 -04:00
|
|
|
name: Create Pull Request for CLI reference update
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
2022-09-09 03:51:42 -04:00
|
|
|
- action/constellation/update-cli-reference
|
2022-09-02 05:52:42 -04:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
pull-request:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2022-09-09 03:51:42 -04:00
|
|
|
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
|
|
|
|
- name: pull-request
|
|
|
|
uses: repo-sync/pull-request@65785d95a5a466e46a9d0708933a3bd51bbf9dde
|
|
|
|
with:
|
|
|
|
destination_branch: "main"
|
|
|
|
pr_title: "Update CLI reference"
|
|
|
|
pr_body: |
|
|
|
|
:robot: *This is an automated PR.* :robot:
|
|
|
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|