Skip to content

Commit

Permalink
Add github issue integration
Browse files Browse the repository at this point in the history
  • Loading branch information
GeffDev committed Dec 9, 2023
1 parent bfbc5f0 commit 6bf8df4
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/sourcehut_integration.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
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-Issues"
oauth-token: ${{ secrets.OAUTH_TOKEN }}
label: ${{ github.event.repository.name }}

0 comments on commit 6bf8df4

Please sign in to comment.