Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DownstreamUpdates #530

Merged
merged 1 commit into from
Nov 9, 2023
Merged
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
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ module github.com/brotherlogic/wantslist
go 1.16

require (
github.com/brotherlogic/githubcard v0.0.0-20231101224321-7b1bdbb3ea0a // indirect
github.com/brotherlogic/githubcard v0.0.0-20231108234837-83d97d88c137 // indirect
github.com/brotherlogic/godiscogs v0.0.0-20230922000443-fb73651e941c
github.com/brotherlogic/goserver v0.0.0-20230726200050-779ae6811580
github.com/brotherlogic/keystore v0.0.0-20231029040602-5a9b8245d953
github.com/brotherlogic/recordbudget v0.0.0-20231027153348-c76943524cf2
github.com/brotherlogic/recordcollection v0.0.0-20231031051909-51cd9917cb71
github.com/brotherlogic/recordwants v0.0.0-20231027152622-35fb8e3e6e2e
github.com/brotherlogic/keystore v0.0.0-20231105171731-fa878651229f
github.com/brotherlogic/recordbudget v0.0.0-20231103161504-03e70d98d154
github.com/brotherlogic/recordcollection v0.0.0-20231107061105-963b6b7b2198
github.com/brotherlogic/recordwants v0.0.0-20231103170853-ff13ca4800dd
github.com/prometheus/client_golang v1.17.0
golang.org/x/net v0.17.0
golang.org/x/net v0.18.0
google.golang.org/grpc v1.59.0
google.golang.org/protobuf v1.31.0
)
Loading
Loading