github/actions: Enable /jira-epic slash commands
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.
This commit is contained in:
parent
a875ba7906
commit
cdf8856f19
1 changed files with 5 additions and 1 deletions
6
.github/workflows/pr_best_practices.yml
vendored
6
.github/workflows/pr_best_practices.yml
vendored
|
|
@ -2,7 +2,10 @@ name: "Verify PR best practices"
|
|||
|
||||
on:
|
||||
pull_request_target:
|
||||
branches: [ main ]
|
||||
branches: [main]
|
||||
types: [opened, synchronize, reopened, edited]
|
||||
issue_comment:
|
||||
types: [created]
|
||||
|
||||
jobs:
|
||||
pr-best-practices:
|
||||
|
|
@ -12,3 +15,4 @@ jobs:
|
|||
uses: osbuild/pr-best-practices@main
|
||||
with:
|
||||
token: ${{ secrets.SCHUTZBOT_GITHUB_ACCESS_TOKEN }}
|
||||
jira_token: ${{ secrets.IMAGEBUILDER_BOT_JIRA_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue