Skip to content

build(deps-dev): bump eslint from 8.33.0 to 8.50.0 #539

build(deps-dev): bump eslint from 8.33.0 to 8.50.0

build(deps-dev): bump eslint from 8.33.0 to 8.50.0 #539

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:
- uses: actions/checkout@v3
- name: Check for JIRA ISSUE
id: check
uses: ./
with:
ignore-author: dependabot[bot],supplypiker
project: 'SRENEW'
jira-host: ${{ secrets.JIRA_HOST }}
jira-email: ${{ secrets.JIRA_EMAIL }}
jira-api-token: ${{ secrets.JIRA_API_TOKEN }}