Skip to content

feat: use CI scripts #72

feat: use CI scripts

feat: use CI scripts #72

Workflow file for this run

name: Test Bit Pull Request
on:
workflow_dispatch:
pull_request:
types:
- opened
- synchronize
permissions:
pull-requests: write
jobs:
build:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BIT_CONFIG_ACCESS_TOKEN: ${{ secrets.BIT_CONFIG_ACCESS_TOKEN }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize Bit
uses: bit-tasks/init@v2
with:
ws-dir: 'test-data'
- name: Bit Pull Request
uses: bit-tasks/pull-request@use-ci-scripts
with:
version-labels: true
version-labels-color-major: "f0a09f"
version-labels-color-minor: "f0e8bd"
version-labels-color-patch: "c2e0c6"
clear-labels: true
- name: Bit Lanes
run: cd test-data && bit lane list --details