Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
angelikatyborska committed Sep 14, 2023
1 parent f57245b commit ac7e0d7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## 1.5.0 (2023-09-14)

- Add support for using a remote config-file (stored in another GitHub repository).

## 1.4.0 (2022-12-16)

- Add a new config option `.comment.on-create`.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
pr-comment:
runs-on: ubuntu-latest
steps:
- uses: exercism/pr-commenter-action@v1.4.0
- uses: exercism/pr-commenter-action@v1.5.0
with:
github-token: "${{ github.token }}"
config-file: ".github/pr-commenter.yml"
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
run: |
echo ::set-output name=today::"$(date +%d-%m-%Y)"
- uses: exercism/pr-commenter-action@v1.4.0
- uses: exercism/pr-commenter-action@v1.5.0
with:
template-variables: |
{
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
echo "$IMPORTANT_FILE_CONTENT" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
- uses: exercism/pr-commenter-action@v1.4.0
- uses: exercism/pr-commenter-action@v1.5.0
with:
template-variables: |
{
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pr-commenter-action",
"version": "1.4.0",
"version": "1.5.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ac7e0d7

Please sign in to comment.