diff options
author | Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com> | 2024-07-18 16:24:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-18 16:24:47 +0200 |
commit | 48b4c62186b17ac64a241fd14626acfbd55278e4 (patch) | |
tree | cdc067ae99a1fb5a57b575b88869f38468b1a8b6 /.github/workflows | |
parent | Allow deleting org of a running workflow job (#15374) (diff) | |
download | awx-48b4c62186b17ac64a241fd14626acfbd55278e4.tar.xz awx-48b4c62186b17ac64a241fd14626acfbd55278e4.zip |
Update DAB update automation PR template (#15376)
To pass PR Check github action
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/dab-release.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/dab-release.yml b/.github/workflows/dab-release.yml index 3fc88a2ecd..1d5ecceaaa 100644 --- a/.github/workflows/dab-release.yml +++ b/.github/workflows/dab-release.yml @@ -38,10 +38,18 @@ jobs: branch: bump-django-ansible-base title: Bump django-ansible-base to ${{ steps.dab-release.outputs.release }} body: | + ##### SUMMARY Automated .github/workflows/dab-release.yml django-ansible-base upstream released version == ${{ steps.dab-release.outputs.release }} requirements_git.txt django-ansible-base pinned version == ${{ steps.dab-pinned.outputs.version }} + + ##### ISSUE TYPE + - Bug, Docs Fix or other nominal change + + ##### COMPONENT NAME + - API + commit-message: | Update django-ansible-base version to ${{ steps.dab-pinned.outputs.version }} add-paths: |