Skip to content

Commit

Permalink
Merge pull request #19 from sudotac/improve-workflows
Browse files Browse the repository at this point in the history
Improve workflows
  • Loading branch information
sudotac committed Oct 6, 2023
2 parents 6892cce + f747cc0 commit f3c3b69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: lint and test
name: Lint and test
on:
push:
branches:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/upgrade-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
branch: upgrade-temml-to-${{ steps.check-versions.outputs.newer_version }}
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 }}
body: |
Upgrade Temml to v${{ steps.check-versions.outputs.newer_version }}.
[![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 f3c3b69

Please sign in to comment.