Skip to content

Commit

Permalink
Allow some PRs to run workflows, even when repo settings require appr…
Browse files Browse the repository at this point in the history
…oval for all non-committer PRs
  • Loading branch information
holly-cummins committed Sep 13, 2022
1 parent 602ed25 commit fd811f3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/quarkus-github-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
# The format of this file is documented here:
# https://github.com/quarkusio/quarkus-bot#triage-issues
features: [ALL]
workflows:
rules:
- allow:
users:
minContributions: 10
files:
- "**/*.md"
- "**/*.adoc"
unless:
files:
- ".github/**"
workflowRunAnalysis:
workflows: ["Quarkus CI"]
projectsClassic:
Expand Down

0 comments on commit fd811f3

Please sign in to comment.