Skip to content

Commit

Permalink
Merge pull request #181 from pulumiverse/remove-ringods-from-auto-ass…
Browse files Browse the repository at this point in the history
…ignment

Remove `ringods` from issue and PR auto assignment
  • Loading branch information
tmeckel committed May 13, 2024
2 parents cfdb214 + 4017735 commit 7091ed2
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 7091ed2

Please sign in to comment.