Skip to content

Commit

Permalink
Merge branch 'master' into dry-dependabot-configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mahula authored Jul 10, 2024
2 parents 735d530 + aa0f69e commit 5f85353
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/auto_assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
addAssignees: author
7 changes: 7 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ permissions:
statuses: write

jobs:
assign-author:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/auto-assign-action@v2.0.0
with:
configuration-path: '.github/auto-assign.yml'

main:
name: Validate PR title
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion backend/src/graphql/resolvers/dal/handleOpenRooms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ export const handleOpenRooms = async (): Promise<void> => {

export const checkForOpenRooms = (): void => {
void handleOpenRooms()
setTimeout(checkForOpenRooms, 60 * 1000)
setTimeout(checkForOpenRooms, 10 * 1000)
}

0 comments on commit 5f85353

Please sign in to comment.