Skip to content

Add CRA steward section and SECURITY.md reference to security docs [HMS-10902] #281

Add CRA steward section and SECURITY.md reference to security docs [HMS-10902]

Add CRA steward section and SECURITY.md reference to security docs [HMS-10902] #281

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:
runs-on: ubuntu-latest
steps:
- name: PR best practice check
uses: osbuild/pr-best-practices@7ddf8ce153d6fc43bc6bf4f4b9a3ab6973c10d79 # main
with:
token: ${{ secrets.SCHUTZBOT_GITHUB_ACCESS_TOKEN }}
jira_token: ${{ secrets.IMAGE_BUILDER_BOT_JIRA_API_TOKEN }}
jira_email: ${{ secrets.IMAGE_BUILDER_BOT_JIRA_EMAIL }}