Skip to content

Commit

Permalink
ci: auto assign prs (#171)
Browse files Browse the repository at this point in the history
* ci/auto assign prs

* ci/auto assign prs
  • Loading branch information
dabeeeenster authored Feb 1, 2024
1 parent 47333ea commit 79f8174
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/auto_assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
addReviewers: true

addAssignees: false

reviewers:
- Flagsmith/flagsmith-back-end
11 changes: 11 additions & 0 deletions .github/workflows/auto-assign-pr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Auto-assign Pull Requests

on:
pull_request:
types: [opened, ready_for_review]

jobs:
add-reviews:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/[email protected]
2 changes: 1 addition & 1 deletion charts/flagsmith/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: flagsmith
description: Flagsmith
type: application
version: 0.23.1
version: 0.23.2
appVersion: 2.96.0
dependencies:
- name: postgresql
Expand Down

0 comments on commit 79f8174

Please sign in to comment.