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

Commit

Permalink
chore(backport): chore(devops): adds autosquash
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajpiar authored and github-actions[bot] committed Aug 11, 2021
1 parent 181dcf0 commit 2a4ac43
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .github/workflows/autosquash.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Autosquash
on:
push:
branches:
- backport-*
pull_request:
types:
- edited
- updated

jobs:
backport:
runs-on: ubuntu-18.04
name: Autosquash
steps:
- name: Autosquash
uses: rsksmart/rif-marketplace-autosquash@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
1 change: 0 additions & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
- hotfix/*
pull_request:
types:
- opened
- closed

jobs:
Expand Down

0 comments on commit 2a4ac43

Please sign in to comment.