Skip to content

Commit

Permalink
DownstreamUpdates (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
brotherlogic committed Oct 26, 2023
1 parent bd0c0e2 commit fdb6032
Show file tree
Hide file tree
Showing 3 changed files with 199 additions and 18 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/close.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Close All Pull Requests

on:
schedule:
- cron: '*/5 * * * *'

jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: crondaemon/close-pr@v1
with:
# Optional. Post a issue comment just before closing a pull request.
comment: "We do not accept PRs. If you have any questions, please feel free to contact us."
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
10 changes: 6 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ module github.com/brotherlogic/wantslist
go 1.16

require (
github.com/brotherlogic/buildserver v0.0.0-20231025031441-6fc42bf35f0f // indirect
github.com/brotherlogic/githubcard v0.0.0-20231025213349-96f8b49a8a2a // 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-20231014003010-9fa4578d12ad
github.com/brotherlogic/recordbudget v0.0.0-20231011232108-82f9b6db1948
github.com/brotherlogic/recordcollection v0.0.0-20231019051056-a4b21e81ca3d
github.com/brotherlogic/recordwants v0.0.0-20230927071609-76a249945f12
github.com/brotherlogic/keystore v0.0.0-20231021061208-13281c40a381
github.com/brotherlogic/recordbudget v0.0.0-20231020053336-7d22ba198d6c
github.com/brotherlogic/recordcollection v0.0.0-20231024044144-7e352246adf0
github.com/brotherlogic/recordwants v0.0.0-20231020053308-68ae546939d6
github.com/prometheus/client_golang v1.17.0
golang.org/x/net v0.17.0
google.golang.org/grpc v1.59.0
Expand Down
Loading

0 comments on commit fdb6032

Please sign in to comment.