Skip to content

Commit

Permalink
feat(CI/CD): create cyclic-master-merge workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartozzz authored and Bartozzz committed May 27, 2020
1 parent 9c8212b commit fa5bb22
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/cyclic-master-merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Cyclic master branch merge

on:
pull_request:
types: [opened, labeled]

jobs:
merge:
runs-on: ubuntu-latest
steps:
- name: Merge cyclic master branch bump
uses: devmasx/[email protected]
with:
label_name: 'cyclic-master'
target_branch: 'master'
env:
GITHUB_TOKEN: ${{secrets.REPO_SCOPED_TOKEN}}

0 comments on commit fa5bb22

Please sign in to comment.