Skip to content

Commit

Permalink
Run on PRs for sub-splits
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdejonge committed Jul 3, 2022
1 parent 1e9ca10 commit ca1badb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/close-subsplit-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
name: Close sub-split PRs

on:
pull_request:
branches:
- 2.x
- 3.x
schedule:
- cron: '30 7 * * *'

Expand Down
4 changes: 4 additions & 0 deletions src/AwsS3V3/.github/workflows/close-subsplit-prs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
name: Close sub-split PRs

on:
pull_request:
branches:
- 2.x
- 3.x
schedule:
- cron: '30 7 * * *'

Expand Down

0 comments on commit ca1badb

Please sign in to comment.