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 authored and Alasdair Preston committed Sep 14, 2022
1 parent 492b184 commit f2382b1
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 f2382b1

Please sign in to comment.