Add Changelog Auto Add workflow for development (#38311)

* add basic workflow for testing

* better name
This commit is contained in:
Paul Sealock 2023-05-16 13:13:31 +12:00 committed by GitHub
parent 38dc82b4b1
commit 5013232b9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
name: 'Changelog Auto Add'
on: workflow_dispatch
jobs:
hello-world:
name: 'Hello World'
runs-on: ubuntu-20.04
steps:
- name: Hello
run: echo "Hello World"