Skip to content

Commit

Permalink
github/actions: Enable /jira-epic slash commands
Browse files Browse the repository at this point in the history
This change allows for using the command to create Jira Tasks under a
given Epic both in a pull request comment or in the pull request
description.
  • Loading branch information
ochosi authored and achilleas-k committed Dec 12, 2024
1 parent 53548a4 commit 3ee2524
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr_best_practices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ name: "Verify PR best practices"
on: # yamllint disable-line rule:truthy
pull_request_target:
branches: [main]
types: [opened, synchronize, reopened, edited]
issue_comment:
types: [created]

jobs:
pr-best-practices:
Expand All @@ -13,3 +16,4 @@ jobs:
uses: osbuild/pr-best-practices@main
with:
token: ${{ secrets.SCHUTZBOT_GITHUB_ACCESS_TOKEN }}
jira_token: ${{ secrets.IMAGEBUILDER_BOT_JIRA_TOKEN }}

0 comments on commit 3ee2524

Please sign in to comment.