Skip to content

Sourcehut Issue Integration #2

Sourcehut Issue Integration

Sourcehut Issue Integration #2

name: Sourcehut Issue Integration
on:
issues:
types:
- opened
jobs:
integrate_with_sourcehut:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Use athorp96/sourcehut_issue_mirror action
uses: athorp96/sourcehut_issue_mirror@master
with:
title: ${{ github.event.issue.title }}
body: ${{ github.event.issue.body }}
submitter: ${{ github.event.issue.user.login }}
tracker-owner: "~geff"
tracker-name: "RSonic-Unpacker"
oauth-token: ${{ secrets.SRHT_OAUTH_TOKEN }}
label: ${{ github.event.repository.name }}