Skip to content

Commit

Permalink
Merge branch 'main' into EL-1773-limits-content
Browse files Browse the repository at this point in the history
  • Loading branch information
willc-work authored Oct 4, 2024
2 parents 9c92f0b + 4ae9b30 commit 980668c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/gajira.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ jobs:
run: |
repo_name=$(echo "$GITHUB_REPOSITORY" | cut -d'/' -f2 | sed 's/ *(.*)//')
pr_body="${{ github.event.pull_request.body }}"
stripped_body=$(echo "$pr_body" | sed 's/<[^>]*>//g')
echo "repo_name=$repo_name" >> $GITHUB_ENV
echo "stripped_body=$stripped_body" >> $GITHUB_ENV
echo "pr_body=$pr_body" >> $GITHUB_ENV
- name: Create Jira ticket
id: create
Expand All @@ -35,4 +34,4 @@ jobs:
project: EL
issuetype: Task
summary: "Dependabot: - ${{ env.repo_name }} - ${{ github.event.pull_request.title }}"
description: ${{ env.stripped_body }}
description: ${{ env.pr_body }}

0 comments on commit 980668c

Please sign in to comment.