status-react/.github/workflows/zenhub-pr.yml

21 lines
594 B
YAML
Raw Normal View History

name: Zenhub integration PR
on:
pull_request:
branches: [ develop ]
2020-11-30 09:16:23 +00:00
types:
- ready_for_review
- opened
jobs:
build:
runs-on: ubuntu-latest
steps:
2020-12-02 08:12:42 +00:00
- uses: status-im/zenhub-automations@master
2020-11-30 09:16:23 +00:00
if: github.event.pull_request.draft == false
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ZENHUB_API_KEY: ${{ secrets.ZENHUB_TOKEN }}
2020-11-30 09:16:23 +00:00
INPROG_COLUMN: Z2lkOi8vcmFwdG9yL1BpcGVsaW5lLzMyODI1Mg
2020-12-29 08:30:04 +00:00
NEXT_COLUMN: Z2lkOi8vcmFwdG9yL1BpcGVsaW5lLzMyNzk2MQ
REVIEW_COLUMN: Z2lkOi8vcmFwdG9yL1BpcGVsaW5lLzIyNjk0MTA