mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
Merge branch 'master' of https://github.com/srgooglo/comty
This commit is contained in:
commit
1838682c2a
18
.github/workflows/trello_issue.yml
vendored
Normal file
18
.github/workflows/trello_issue.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
name: Trello Issue List
|
||||
on:
|
||||
issues:
|
||||
types: [opened]
|
||||
env:
|
||||
TRELLO_KEY: ${{ secrets.TRELLO_KEY }}
|
||||
TRELLO_TOKEN: ${{ secrets.TRELLO_TOKEN }}
|
||||
|
||||
jobs:
|
||||
issue_send:
|
||||
name: Send Issue to Trello
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Runs trello manage
|
||||
uses: sisodiya2421/trello-manage@master
|
||||
with:
|
||||
repo-name: Comty Development
|
||||
trello-username: ${{ secrets.TRELLO_USERNAME }}
|
Loading…
x
Reference in New Issue
Block a user