add assigned
This commit is contained in:
parent
32efcb06a0
commit
852838f777
|
@ -0,0 +1,16 @@
|
||||||
|
name: Zenhub integration assigned
|
||||||
|
on:
|
||||||
|
issues:
|
||||||
|
types:
|
||||||
|
- assigned
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: status-im/zenhub-automations@0fc7ccad52dad46a776f6f6377feaa3993cc37b5
|
||||||
|
with:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
ZENHUB_API_KEY: ${{ secrets.ZENHUB_TOKEN }}
|
||||||
|
INPROG_COLUMN: Z2lkOi8vcmFwdG9yL1BpcGVsaW5lLzMyODI1Mg
|
||||||
|
REVIEW_COLUMN: Z2lkOi8vcmFwdG9yL1BpcGVsaW5lLzIyNjk0MTA
|
Loading…
Reference in New Issue