github/actions: Enable /jira-epic slash commands
This change depends on https://github.com/osbuild/pr-best-practices/pull/8 It means you can use the command both in a standalone comment or directly in the PR description.
This commit is contained in:
parent
e98376de1a
commit
80e793cbfd
1 changed files with 4 additions and 0 deletions
4
.github/workflows/pr_best_practices.yml
vendored
4
.github/workflows/pr_best_practices.yml
vendored
|
|
@ -3,6 +3,9 @@ name: "Verify PR best practices"
|
|||
on:
|
||||
pull_request_target:
|
||||
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