Skip to content

Commit

Permalink
Merge pull request #126 from tkt-actions/docs/branch-prefix
Browse files Browse the repository at this point in the history
docs: use the regex in example action's branch prefix option
  • Loading branch information
tktcorporation authored Jun 11, 2022
2 parents 78ee3b8 + a5b290a commit 319a404
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/issue-link-noprefix.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Issue Link Comment (with resolve-word)"
name: 'Issue Link Comment (with resolve-word)'
on:
pull_request:
types: [opened]
Expand All @@ -11,8 +11,8 @@ jobs:
- name: issue link comment
uses: ./
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
branch-prefix: ""
resolve: "true"
resolve-word: "release:"
link-style: "comment"
repo-token: '${{ secrets.GITHUB_TOKEN }}'
branch-prefix: '^'
resolve: 'true'
resolve-word: 'release:'
link-style: 'comment'

0 comments on commit 319a404

Please sign in to comment.