Skip to content

Add possibility to convert TXT to VCF #23

Add possibility to convert TXT to VCF

Add possibility to convert TXT to VCF #23

Workflow file for this run

name: rebase
on:
issue_comment:
types: [created]
jobs:
rebase:
if: >
github.event.issue.pull_request != '' &&
contains(github.event.comment.body, '/rebase') && (
github.event.comment.author_association == 'OWNER' ||
github.event.comment.author_association == 'COLLABORATOR'
)
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎
uses: actions/[email protected]
with:
token: ${{ secrets.PAT_TOKEN }}
fetch-depth: 0
- name: Rebase ⤴️
uses: cirrus-actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}