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

Commit

Permalink
RESOLVE CONFLICTS AND SQUASH ME!
Browse files Browse the repository at this point in the history
      When done with conflicts, run:
      git rebase -i HEAD~ to reword message to:
      chore(devops): adds autosquash
  • Loading branch information
jurajpiar authored and github-actions[bot] committed Jul 26, 2021
1 parent 181dcf0 commit bbce4ee
Showing 1 changed file with 19 additions and 0 deletions.
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 }}

0 comments on commit bbce4ee

Please sign in to comment.