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 depends on
osbuild/pr-best-practices#8 being merged.
  • Loading branch information
ochosi committed Dec 6, 2024
1 parent 11e0bbd commit b47e22f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/pr_best_practices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@ 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:
runs-on: ubuntu-latest
steps:
- name: PR best practice check
uses: osbuild/pr-best-practices@main
uses: osbuild/pr-best-practices@staging
with:
token: ${{ secrets.SCHUTZBOT_GITHUB_ACCESS_TOKEN }}
jira_token: ${{ secrets.IMAGEBUILDER_BOT_JIRA_TOKEN }}

0 comments on commit b47e22f

Please sign in to comment.