Add action for creating branches

This commit is contained in:
Andrea Maria Piana 2020-11-30 10:14:38 +01:00 committed by GitHub
parent 46cd4aa893
commit ae900a4cd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
.github/workflows/zenhub-branches.yml vendored Normal file
View 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