mirror of
https://github.com/status-im/status-mobile.git
synced 2025-02-07 06:15:27 +00:00
20 lines
566 B
YAML
20 lines
566 B
YAML
name: Zenhub integration PR
|
|
on:
|
|
pull_request:
|
|
branches: [ develop ]
|
|
types:
|
|
- ready_for_review
|
|
- opened
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: status-im/zenhub-automations@0fc7ccad52dad46a776f6f6377feaa3993cc37b5
|
|
if: github.event.pull_request.draft == false
|
|
with:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
ZENHUB_API_KEY: ${{ secrets.ZENHUB_TOKEN }}
|
|
INPROG_COLUMN: Z2lkOi8vcmFwdG9yL1BpcGVsaW5lLzMyODI1Mg
|
|
REVIEW_COLUMN: Z2lkOi8vcmFwdG9yL1BpcGVsaW5lLzIyNjk0MTA
|