Skip to content

SOME-123: Add unit tests run in CI #8

SOME-123: Add unit tests run in CI

SOME-123: Add unit tests run in CI #8

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.0
with:
jira-project-url: https://jira.atlassian.net/browse
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
custom-comment: "Thank you for your contribution!!! :confetti_ball:"