Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Commit

Permalink
chore(devops): adds hotfix backport
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajpiar committed Jul 22, 2021
1 parent 1b420ea commit 181dcf0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Backport
on:
push:
branches:
- hotfix/*
pull_request:
types:
- opened
- closed

jobs:
backport:
runs-on: ubuntu-18.04
name: backport
steps:
- name: backport
uses: rsksmart/rif-marketplace-backport@v1
with:
branches: develop,staging,testnet,mainnet
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 181dcf0

Please sign in to comment.