This commit is contained in:
James Cole 2024-05-24 05:30:17 +02:00
parent 252076ec1f
commit d3ced65524
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80
2 changed files with 0 additions and 46 deletions

View File

@ -1,23 +0,0 @@
name: "Issues - Post to Gitter"
on:
issues:
types:
- opened
jobs:
post-to-gitter:
runs-on: ubuntu-latest
steps:
- name: Send issue to Gitter
id: issue-gitter
uses: JC5/firefly-iii-dev@main
with:
action: 'ff3:post-to-gitter issue'
output: ''
env:
FIREFLY_III_ROOT: /github/workspace
GH_TOKEN: ""
ISSUE_NUMBER: ${{ github.event.issue.number }}
ISSUE_TITLE: ${{ github.event.issue.title }}
ISSUE_USER: ${{ github.event.issue.user.login }}
REPOSITORY: "firefly-iii/firefly-iii"
GITTER_TOKEN: ${{ secrets.GITTER_TOKEN }}

View File

@ -1,23 +0,0 @@
name: "PRs - Post to Gitter"
on:
pull_request:
types:
- opened
jobs:
post-to-gitter:
runs-on: ubuntu-latest
steps:
- name: Send PR to Gitter
id: issue-gitter
uses: JC5/firefly-iii-dev@main
with:
action: 'ff3:post-to-gitter pr'
output: ''
env:
FIREFLY_III_ROOT: /github/workspace
GH_TOKEN: ""
PR_NUMBER: ${{ github.event.pull_request.number }}
PR_TITLE: ${{ github.event.pull_request.title }}
PR_USER: ${{ github.event.pull_request.user.login }}
REPOSITORY: "firefly-iii/firefly-iii"
GITTER_TOKEN: ${{ secrets.GITTER_TOKEN }}