Skip to content

test-delimeter: Wrap regex custom with quotes #17

test-delimeter: Wrap regex custom with quotes

test-delimeter: Wrap regex custom with quotes #17

Workflow file for this run

on: pull_request
jobs:
example_comment_pr:
runs-on: ubuntu-latest
name: Auto jira link commenter
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Comment PR
uses: sbimochan/jira-link-commenter@v3.2
with:
jira-project-url: https://jira.atlassian.net/browse
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
custom-comment: "Thank you for your contribution!!! :confetti_ball:"
ticket-regex-title: "^[A-Z,a-z]{2,}-\\d{1,}""

Check failure on line 17 in .github/workflows/pr_comment.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr_comment.yml

Invalid workflow file

You have an error in your yaml syntax on line 17