2022-09-02 05:52:42 -04:00
|
|
|
name: Create Pull Request for CLI reference update
|
|
|
|
on:
|
2022-10-12 04:50:06 -04:00
|
|
|
workflow_dispatch:
|
2022-09-02 05:52:42 -04:00
|
|
|
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:
|
2022-11-10 10:55:24 -05:00
|
|
|
runs-on: ubuntu-22.04
|
2022-09-02 05:52:42 -04:00
|
|
|
steps:
|
2022-12-14 08:55:14 -05:00
|
|
|
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
|
2022-11-10 11:22:26 -05:00
|
|
|
with:
|
2022-12-19 09:21:28 -05:00
|
|
|
ref: ${{ !github.event.pull_request.head.repo.fork && github.head_ref || '' }}
|
2022-11-10 11:22:26 -05:00
|
|
|
|
2022-09-09 03:51:42 -04:00
|
|
|
- name: pull-request
|
2022-10-12 12:05:58 -04:00
|
|
|
uses: repo-sync/pull-request@65785d95a5a466e46a9d0708933a3bd51bbf9dde # tag=v2.6.2
|
2022-09-09 03:51:42 -04:00
|
|
|
with:
|
|
|
|
destination_branch: "main"
|
|
|
|
pr_title: "Update CLI reference"
|
|
|
|
pr_body: |
|
|
|
|
:robot: *This is an automated PR.* :robot:
|
|
|
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|