Skip to content

Commit

Permalink
🔖 Release version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Sep 7, 2024
1 parent d1f15b4 commit f94f76c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/issue-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
issue-manager:
runs-on: ubuntu-latest
steps:
- uses: tiangolo/issue-manager@0.5.0
- uses: tiangolo/issue-manager@0.5.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
config: >
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM tiangolo/issue-manager:0.5.0
FROM tiangolo/issue-manager:0.5.1
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
issue-manager:
runs-on: ubuntu-latest
steps:
- uses: tiangolo/issue-manager@0.4.0
- uses: tiangolo/issue-manager@0.5.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
config: '{"answered": {}}'
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
issue-manager:
runs-on: ubuntu-latest
steps:
- uses: tiangolo/issue-manager@0.4.0
- uses: tiangolo/issue-manager@0.5.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
config: >
Expand Down Expand Up @@ -294,7 +294,7 @@ jobs:
issue-manager:
runs-on: ubuntu-latest
steps:
- uses: tiangolo/issue-manager@0.4.0
- uses: tiangolo/issue-manager@0.5.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
config: >
Expand Down Expand Up @@ -412,6 +412,8 @@ It will also run after each comment or label added, with the specific issue that

### Latest Changes

### 0.5.1

#### Features

* ⚡️ Improve speed (from 23 seconds to 3 seconds) by using Docker underneath. PR [#33](https://github.com/tiangolo/issue-manager/pull/33) by [@tiangolo](https://github.com/tiangolo).
Expand Down

0 comments on commit f94f76c

Please sign in to comment.