mirror of
https://github.com/status-im/status-react.git
synced 2025-01-09 10:42:53 +00:00
add assigned
This commit is contained in:
parent
32efcb06a0
commit
852838f777
16
.github/workflows/zenhub-assigned.yml
vendored
Normal file
16
.github/workflows/zenhub-assigned.yml
vendored
Normal file
@ -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…
x
Reference in New Issue
Block a user