Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .github/workflows/close.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Close All Pull Requests

on:
schedule:
- cron: '*/5 * * * *'
on:
pull_request:
types: [labeled]
# schedule:
# - cron: '*/5 * * * *'

jobs:
run:
Expand Down
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ module github.com/brotherlogic/proxy
go 1.16

require (
github.com/brotherlogic/frametracker v0.0.0-20231027173611-246c69d91558
github.com/brotherlogic/gobuildslave v0.0.0-20231027051415-c737ae9b1bdb
github.com/brotherlogic/frametracker v0.0.0-20231103181248-f59c9174ce53
github.com/brotherlogic/gobuildslave v0.0.0-20231103054005-b33bffbc3073
github.com/brotherlogic/goserver v0.0.0-20230726200050-779ae6811580
github.com/brotherlogic/location v0.0.0-20200818030042-5fd88850d466
github.com/brotherlogic/lock v0.0.0-20231103191631-742cf7ed04e9 // indirect
github.com/golang/protobuf v1.5.3
github.com/prometheus/client_golang v1.17.0
golang.org/x/net v0.17.0
Expand Down
Loading