Skip to content

Commit

Permalink
Merge pull request #27899 from holly-cummins/holly-enable-workflow-bot
Browse files Browse the repository at this point in the history
Auto-approve workflow runs from established contributors or low-risk files
  • Loading branch information
gsmet authored Sep 13, 2022
2 parents 602ed25 + fd811f3 commit 20cea48
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 20cea48

Please sign in to comment.