add: CI/CD Pipeline using Kohirens AVR
Using the Kohirens AVR to automate the release process.pull/881/head
parent
a514ea2b56
commit
e4d9c25520
|
@ -0,0 +1,23 @@
|
||||||
|
name: auto-version-release
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
branches: [ main ]
|
||||||
|
types: [ closed ]
|
||||||
|
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: auto-release-group
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
|
run-name: ${{ github.actor }}'s close of PR ${{ github.ref_name }} has started the AVR workflow-selector
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
wf-selector:
|
||||||
|
uses: kohirens/version-release/.github/workflows/selector.yml@5.1.1
|
||||||
|
name: workflow-selector
|
||||||
|
secrets:
|
||||||
|
github_write_token: ${{ secrets.GH_WRITE_TOKEN }}
|
||||||
|
with:
|
||||||
|
committer_email: 619281+b01@users.noreply.github.com
|
||||||
|
committer_name: Khalifah K Shabazz
|
Loading…
Reference in New Issue