Skip to content

Bump @typescript-eslint/parser from 6.15.0 to 8.9.0 #2

Bump @typescript-eslint/parser from 6.15.0 to 8.9.0

Bump @typescript-eslint/parser from 6.15.0 to 8.9.0 #2

Workflow file for this run

name: JIRA Connection
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
jobs:
enforce-issue:
runs-on: ubuntu-latest
name: JIRA Association
steps:
- name: Check for JIRA ISSUE
id: check
uses: supplypike/jira-pr-link-action@v3
with:
ignore-author: |
dependabot[bot]
supplypiker
project: "[A-Z]{2,10}"
jira-host: ${{ secrets.JIRA_HOST }}
jira-email: ${{ secrets.JIRA_EMAIL }}
jira-api-token: ${{ secrets.JIRA_API_TOKEN }}