Skip to content

Commit

Permalink
feat(CI/CD): add cyclic-master-bump workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartozzz committed May 27, 2020
1 parent 764fb5f commit ed0b67a
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/cyclic-master-bump.yml
@@ -0,0 +1,27 @@
# This Pull Request was auto-generated by [create-pull-request](https://github.com/peter-evans/create-pull-request).
# It is intended to automatically push dependency version updates to npm each month.

name: Cyclic master branch bump

on:
schedule:
- cron: "0 0 1 * *"

jobs:
create:
runs-on: ubuntu-latest
steps:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v2.8.0
with:
base: development
committer: GitHub <noreply@github.com>
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
labels: cyclic-master, automated-pr
assignees: Bartozzz
reviewers: Bartozzz
title: 'chore(automatic-release): cyclic master branch bump'
body: |
Cyclic master branch bump. Auto-generated by [create-pull-request][1].
[1]: https://github.com/peter-evans/create-pull-request

0 comments on commit ed0b67a

Please sign in to comment.