Skip to content

chore(deps-dev): Bump rimraf from 4.4.1 to 5.0.5 in /server #18852

chore(deps-dev): Bump rimraf from 4.4.1 to 5.0.5 in /server

chore(deps-dev): Bump rimraf from 4.4.1 to 5.0.5 in /server #18852

name: Link and Lint PR with Jira Ticket Number
on:
pull_request:
types: [opened, edited, synchronize]
jobs:
add-jira-description:
# avoid triggering this action on dependabot PRs
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- uses: cakeinpanic/[email protected]
name: jira-description-action
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
jira-token: ${{ secrets.JIRA_TOKEN }}
jira-base-url: https://wearezeta.atlassian.net
skip-branches: '^(dev|master|release\/*)$'
fail-when-jira-issue-not-found: false