Skip to content

Commit

Permalink
Remove ringods from issue and PR auto assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
ringods committed May 13, 2024
1 parent cfdb214 commit 4017735
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-issue-assignment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
uses: pozil/auto-assign-issue@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: ringods, simenandre, rebelopsio, tmeckel
assignees: simenandre, rebelopsio, tmeckel
numOfAssignee: 5
allowSelfAssign: false
2 changes: 1 addition & 1 deletion .github/workflows/auto-pr-assignment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
uses: pozil/auto-assign-issue@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: ringods, simenandre, rebelopsio, tmeckel
assignees: simenandre, rebelopsio, tmeckel
numOfAssignee: 5
allowSelfAssign: false

0 comments on commit 4017735

Please sign in to comment.