Skip to content

Commit

Permalink
Merge pull request #114 from tkt-actions/release/v1.8.0
Browse files Browse the repository at this point in the history
docs: release v1.8.0
  • Loading branch information
tktcorporation authored Jun 6, 2022
2 parents bf8da02 + cc476e8 commit 71526d1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
issue-links:
runs-on: ubuntu-latest
steps:
- uses: tkt-actions/add-issue-links@v1.7.0
- uses: tkt-actions/add-issue-links@v1.8.0
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}' # required
branch-prefix: 'issue-' # required
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
issue-links:
runs-on: ubuntu-latest
steps:
- uses: tkt-actions/add-issue-links@v1.7.0
- uses: tkt-actions/add-issue-links@v1.8.0
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
branch-prefix: '/'
Expand All @@ -103,7 +103,7 @@ jobs:
issue-links:
runs-on: ubuntu-latest
steps:
- uses: tkt-actions/add-issue-links@v1.7.0
- uses: tkt-actions/add-issue-links@v1.8.0
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}' # required
branch-prefix: 'issue-' # required
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": "add-issue-links",
"version": "1.7.0",
"version": "1.8.0",
"description": "A GitHub Action for adding an issue reference to a pull request.",
"main": "lib/main.js",
"scripts": {
Expand Down

0 comments on commit 71526d1

Please sign in to comment.