mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-13 18:25:45 +00:00
Add action for creating branches
This commit is contained in:
parent
46cd4aa893
commit
ae900a4cd9
16
.github/workflows/zenhub-branches.yml
vendored
Normal file
16
.github/workflows/zenhub-branches.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
name: Zenhub integration PR
|
||||||
|
on:
|
||||||
|
create:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: James1x0/zenhub-automations@0e172d60e0e608a51be3a2441625d5c04666c246
|
||||||
|
with:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
ZENHUB_API_KEY: ${{ secrets.ZENHUB_TOKEN }}
|
||||||
|
PR_COLUMN: Z2lkOi8vcmFwdG9yL1BpcGVsaW5lLzMyODI1Mg
|
||||||
|
INPROG_COLUM: Z2lkOi8vcmFwdG9yL1BpcGVsaW5lLzMyODI1Mg
|
||||||
|
REVIEW_COLUMN: Z2lkOi8vcmFwdG9yL1BpcGVsaW5lLzIyNjk0MTA
|
Loading…
x
Reference in New Issue
Block a user