Test-4545 TST1123 A new test pr #14
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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,} |