Skip to content

Commit

Permalink
Merge pull request #27028 from gsmet/push-to-projects
Browse files Browse the repository at this point in the history
Add configuration to make the bot push items to projects automatically
gsmet authored Jul 29, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents f19dd4c + d544905 commit e39229f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/quarkus-github-bot.yml
Original file line number Diff line number Diff line change
@@ -4,6 +4,20 @@
features: [ALL]
workflowRunAnalysis:
workflows: ["Quarkus CI"]
projectsClassic:
rules:
- labels: [area/documentation]
project: 21
issues: true
pullRequests: true
status: To do
projects:
rules:
- labels: [area/jakarta]
project: 13
issues: true
pullRequests: false
status: Todo
triage:
discussions:
monitoredCategories: [33575230]

0 comments on commit e39229f

Please sign in to comment.