Skip to content

Commit

Permalink
workflow: Update pull requests body
Browse files Browse the repository at this point in the history
  • Loading branch information
sudotac committed Oct 26, 2023
1 parent b3c8962 commit 4508f50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/bump-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
title: Bump to v${{ steps.extract-version.outputs.next_version }}
body: |
Bump to v${{ steps.extract-version.outputs.next_version }}.
Don't forget to execute the workflow!
[![lint and test](https://github.com/sudotac/temml-ruby/actions/workflows/lint-and-test.yml/badge.svg?branch=bump-to-${{ steps.extract-version.outputs.next_version }})](https://github.com/sudotac/temml-ruby/actions/workflows/lint-and-test.yml)
assignees: sudotac
reviewers: sudotac
4 changes: 3 additions & 1 deletion .github/workflows/upgrade-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
delete-branch: true
title: Upgrade Temml to v${{ steps.check-versions.outputs.newer_version }}
body: |
Upgrade Temml to v${{ steps.check-versions.outputs.newer_version }}.
Upgrade Temml to v[${{ steps.check-versions.outputs.newer_version }}](https://github.com/ronkok/Temml/releases/tag/v${{ steps.check-versions.outputs.newer_version }}).
Don't forget to execute the workflow!
[![lint and test](https://github.com/sudotac/temml-ruby/actions/workflows/lint-and-test.yml/badge.svg?branch=upgrade-temml-to-${{ steps.check-versions.outputs.newer_version }})](https://github.com/sudotac/temml-ruby/actions/workflows/lint-and-test.yml)
assignees: sudotac
reviewers: sudotac

0 comments on commit 4508f50

Please sign in to comment.