add: CI/CD Pipeline using Kohirens AVR

Using the Kohirens AVR to automate the release process.
pull/881/head
Khalifah Shabazz 2025-06-01 14:34:41 -04:00
parent a514ea2b56
commit e4d9c25520
No known key found for this signature in database
GPG Key ID: 762A588BFB5A40ED
1 changed files with 23 additions and 0 deletions

23
.github/workflows/avr.yml vendored Normal file
View File

@ -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