Skip to content

chore: bump to node20 #2123

chore: bump to node20

chore: bump to node20 #2123

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@v2
with:
ignore-author: |
dependabot[bot]
supplypiker
project: "(SRENEW|SRENEW)"
jira-host: ${{ secrets.JIRA_HOST }}
jira-email: ${{ secrets.JIRA_EMAIL }}
jira-api-token: ${{ secrets.JIRA_API_TOKEN }}