Skip to content

Commit

Permalink
README and GitHub Actions updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fishcharlie committed Mar 2, 2021
1 parent e1e338d commit 2130d5f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/workflows/cron.yml
Expand Up @@ -19,3 +19,18 @@ jobs:
exempt-pr-labels: 'status:not-stale,status:todo,status:triage,type:discussion'
days-before-stale: 7
days-before-close: 3
nightly-merge:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Nightly Merge
uses: robotology/gh-action-nightly-merge@v1.3.2
with:
stable_branch: 'master'
development_branch: 'v3'
allow_ff: true
user_name: 'GitHub Actions'
user_email: 'actions@github.com'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -40,7 +40,7 @@
Dynamoose is a modeling tool for Amazon's DynamoDB (inspired by [Mongoose](https://mongoosejs.com/)).

### Dynamoose is Sponsored by Dynobase

Dynobase helps you accelerate your DynamoDB workflow with code generation, faster data exploration, bookmarks and more: [https://dynobase.dev/](https://dynobase.dev/?ref=dynamoose)

### Getting Started
Expand Down Expand Up @@ -69,6 +69,7 @@ Below you will find the current branch strategy for the project. Work taking pla

| Branch | Version | NPM Tag | Links |
| --- | --- | --- | --- |
| [`v3`](https://github.com/dynamoose/dynamoose/tree/v3) | 3.0.0 | - [Documentation](https://dynamoose-git-v3-dynamoose.vercel.app/) |
| [`master`](https://github.com/dynamoose/dynamoose/tree/master) | 2.7.x | | - [Documentation](https://dynamoose.now.sh/) |
| [`v2.7.0` (tag)](https://github.com/dynamoose/dynamoose/tree/v2.7.0) | 2.7.0 | latest | - [Documentation](https://dynamoosejs.com)

Expand Down

1 comment on commit 2130d5f

@vercel
Copy link

@vercel vercel bot commented on 2130d5f Mar 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.