Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Release 2.1.2

Release 2.1.2 #73

Workflow file for this run

name: Jira Task Check
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
jobs:
check_jira_task:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Run Jira Task Check
uses: ably/pr-link-jira-tasks-action@v1.0.4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}